#062A1C

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

Shades of Dark Green #062A1C

Tints of Dark Green #062A1C

Color information

#062A1C (or 0x062A1C) is unknown color: approx Dark Green. HEX triplet: 06, 2A and 1C. RGB value is (6,42,28). Sum of RGB (Red+Green+Blue) = 6+42+28=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 42 (16.80% from 255 or 55.26% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 42 - color contains mainly: green. Hex color #062A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062A1C is #F9D5E3. Grayscale: #1D1D1D. Windows color (decimal): -16373220 or 1845766. OLE color: 1845766.

HSL color Cylindrical-coordinate representation of color #062A1C: hue angle of 156.67º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #062A1C is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.84.

Color convert

RGB64228-
CMYK0.8600.330.84
HSL156.67º75%9.41%-
HSV(B)156.67º85.71%16.47%-
XYZ1.111.781.38-
YUV29.64127.07111.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.89%
GREEN value IS 42 (16.80% from 255) = 55.26%
BLUE value IS 28 (11.33% from 255) = 36.84%
R=7.89%
G=55.26%
B=36.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal642280.8600.330.84156.67759.41
Hex62A1C56021549d4b9
Octal6523412604112423511311
Binary110101010111001010110010000110101001001110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062A1C; }

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

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

<style>
 a { background-color: #062A1C; }

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

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

<style>
 span { border-color: #062A1C; }

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

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