Html Css Color HEX #002C16 Dark Green

📋 copy color: '#002C16'

red 0 ◦ green 44 ◦ blue 22

#002C16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #002C16

Tints of Dark Green #002C16

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 44 (17.58% from 255) = 66.67%

 BLUE value IS 22 (8.98% from 255) = 33.33%

R = 0%
G = 66.67%
B = 33.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.5

 K value IS 0.83

RGB Variations

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

Color information

#002C16 (or 0x002C16) is known color: Dark Green. HEX triplet: 00, 2C and 16. RGB value is (0,44,22). Sum of RGB (Red+Green+Blue) = 0+44+22=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 44 (17.58% from 255 or 66.67% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 44 - color contains mainly: green. Hex color #002C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002C16 is #FFD3E9. Grayscale: #1C1C1C. Windows color (decimal): -16765930 or 1453056. OLE color: 1453056.

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

Color convert

RGB 0 44 22 -
CMYK 1 0 0.5 0.83
HSL 150º 1% 0.09% -
HSV(B) 150º 1% 0.17% -
XYZ 1.05 1.86 1.06 -
YUV 28.34 124.42 107.79 -
System Red Green Blue C M Y K H S L
Decimal 0 44 22 1 0 0.5 0.83 150 1 0.09
Hex 0 2C 16 64 0 32 53 96 64 9
Octal 0 54 26 144 0 62 123 226 144 11
Binary 0 101100 10110 1100100 0 110010 1010011 10010110 1100100 1001

Color Harmonies of #002C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002C16

Black with #002C16

Text Example


Text Example

White with #002C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #002C16;
 }
 .AnyTagClassName
 {
   color: #002C16;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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