#002C19

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

Shades of Dark Green #002C19

Tints of Dark Green #002C19

Color information

#002C19 (or 0x002C19) is unknown color: approx Dark Green. HEX triplet: 00, 2C and 19. RGB value is (0,44,25). Sum of RGB (Red+Green+Blue) = 0+44+25=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 44 (17.58% from 255 or 63.77% from 69); Blue value is 25 (10.16% from 255 or 36.23% from 69); Max value from RGB is 44 - color contains mainly: green. Hex color #002C19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002C19 is #FFD3E6. Grayscale: #1C1C1C. Windows color (decimal): -16765927 or 1649664. OLE color: 1649664.

HSL color Cylindrical-coordinate representation of color #002C19: hue angle of 154.09º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C19 is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.83.

Color convert

RGB04425-
CMYK100.430.83
HSL154.09º100%8.63%-
HSV(B)154.09º100%17.25%-
XYZ1.081.871.22-
YUV28.68125.92107.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 44 (17.58% from 255) = 63.77%
BLUE value IS 25 (10.16% from 255) = 36.23%
R=0%
G=63.77%
B=36.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal04425100.430.83154.091008.63
Hex02C196402B539a649
Octal0543114405312323214411
Binary0101100110011100100010101110100111001101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002C19; }

 p { color: rgb(0,44,25); }

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

<style>
 a { background-color: #002C19; }

 a { background-color: rgb(0,44,25); }

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

<style>
 span { border-color: #002C19; }

 span { border-color: rgb(0,44,25); }

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