#002C1B

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

Shades of Dark Green #002C1B

Tints of Dark Green #002C1B

Color information

#002C1B (or 0x002C1B) is unknown color: approx Dark Green. HEX triplet: 00, 2C and 1B. RGB value is (0,44,27). Sum of RGB (Red+Green+Blue) = 0+44+27=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 44 (17.58% from 255 or 61.97% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 44 - color contains mainly: green. Hex color #002C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002C1B is #FFD3E4. Grayscale: #1C1C1C. Windows color (decimal): -16765925 or 1780736. OLE color: 1780736.

HSL color Cylindrical-coordinate representation of color #002C1B: hue angle of 156.82º 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 #002C1B is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.83.

Color convert

RGB04427-
CMYK100.390.83
HSL156.82º100%8.63%-
HSV(B)156.82º100%17.25%-
XYZ1.11.881.34-
YUV28.91126.92107.38-

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) = 61.97%
BLUE value IS 27 (10.94% from 255) = 38.03%
R=0%
G=61.97%
B=38.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal04427100.390.83156.821008.63
Hex02C1B64027539d649
Octal0543314404712323514411
Binary0101100110111100100010011110100111001110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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