#06301A

Color #06301A Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #06301A

Tints of Dark Green #06301A

Color information

#06301A (or 0x06301A) is unknown color: approx Dark Green. HEX triplet: 06, 30 and 1A. RGB value is (6,48,26). Sum of RGB (Red+Green+Blue) = 6+48+26=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 48 (19.14% from 255 or 60% from 80); Blue value is 26 (10.55% from 255 or 32.5% from 80); Max value from RGB is 48 - color contains mainly: green. Hex color #06301A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06301A is #F9CFE5. Grayscale: #202020. Windows color (decimal): -16371686 or 1716230. OLE color: 1716230.

HSL color Cylindrical-coordinate representation of color #06301A: hue angle of 148.57º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #06301A is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB64826-
CMYK0.8700.460.81
HSL148.57º77.78%10.59%-
HSV(B)148.57º87.5%18.82%-
XYZ1.322.231.34-
YUV32.93124.09108.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 7.5%
GREEN value IS 48 (19.14% from 255) = 60%
BLUE value IS 26 (10.55% from 255) = 32.5%
R=7.5%
G=60%
B=32.5%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal648260.8700.460.81148.5777.7810.59
Hex6301A5702E51954eb
Octal6603212705612122511613
Binary110110000110101010111010111010100011001010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06301A; }

 p { color: rgb(6,48,26); }

 H1.HeaderClassName
 {
   color: #06301A;
 }
 .AnyTagClassName
 {
   color: #06301A;
 }
</style>
background-color css

<style>
 a { background-color: #06301A; }

 a { background-color: rgb(6,48,26); }

 div.DivClassName
 {
   background-color: #06301A;
 }
 .BgClassName
 {
   background-color: #06301A;
 }
</style>
border-color css

<style>
 span { border-color: #06301A; }

 span { border-color: rgb(6,48,26); }

 td.TdClassName
 {
   border-color: #06301A;
 }
 .TagClassName
 {
   border-color: #06301A;
 }
</style>