#06301C

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

Shades of Dark Green #06301C

Tints of Dark Green #06301C

Color information

#06301C (or 0x06301C) is unknown color: approx Dark Green. HEX triplet: 06, 30 and 1C. RGB value is (6,48,28). Sum of RGB (Red+Green+Blue) = 6+48+28=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 48 (19.14% from 255 or 58.54% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 48 - color contains mainly: green. Hex color #06301C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06301C is #F9CFE3. Grayscale: #212121. Windows color (decimal): -16371684 or 1847302. OLE color: 1847302.

HSL color Cylindrical-coordinate representation of color #06301C: hue angle of 151.43º 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 #06301C is Cyan = 0.87, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.

Color convert

RGB64828-
CMYK0.8700.420.81
HSL151.43º77.78%10.59%-
HSV(B)151.43º87.5%18.82%-
XYZ1.342.241.46-
YUV33.16125.09108.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.32%
GREEN value IS 48 (19.14% from 255) = 58.54%
BLUE value IS 28 (11.33% from 255) = 34.15%
R=7.32%
G=58.54%
B=34.15%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal648280.8700.420.81151.4377.7810.59
Hex6301C5702A51974eb
Octal6603412705212122711613
Binary110110000111001010111010101010100011001011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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