Html Css Color HEX #002C20 Dark Green

📋 copy color: '#002C20'

red 0 ◦ green 44 ◦ blue 32

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

Shades of Dark Green #002C20

Tints of Dark Green #002C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 42.11%

R = 0%
G = 57.89%
B = 42.11%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.27

 K value IS 0.83

RGB Variations

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

Color information

#002C20 (or 0x002C20) is known color: Dark Green. HEX triplet: 00, 2C and 20. RGB value is (0,44,32). Sum of RGB (Red+Green+Blue) = 0+44+32=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 44 (17.58% from 255 or 57.89% from 76); Blue value is 32 (12.89% from 255 or 42.11% from 76); Max value from RGB is 44 - color contains mainly: green. Hex color #002C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002C20 is #FFD3DF. Grayscale: #1D1D1D. Windows color (decimal): -16765920 or 2108416. OLE color: 2108416.

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

Color convert

RGB 0 44 32 -
CMYK 1 0 0.27 0.83
HSL 163.64º 1% 0.09% -
HSV(B) 163.64º 1% 0.17% -
XYZ 1.16 1.91 1.67 -
YUV 29.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 0 44 32 1 0 0.27 0.83 163.64 1 0.09
Hex 0 2C 20 64 0 1B 53 A4 64 9
Octal 0 54 40 144 0 33 123 244 144 11
Binary 0 101100 100000 1100100 0 11011 1010011 10100100 1100100 1001

Color Harmonies of #002C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002C20

Black with #002C20

Text Example


Text Example

White with #002C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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