Html Css Color HEX #002D20 Dark Green

📋 copy color: '#002D20'

red 0 ◦ green 45 ◦ blue 32

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

Shades of Dark Green #002D20

Tints of Dark Green #002D20

RGB

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

 GREEN value IS 45 (17.97% from 255) = 58.44%

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

R = 0%
G = 58.44%
B = 41.56%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.29

 K value IS 0.82

RGB Variations

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

Color information

#002D20 (or 0x002D20) is known color: Dark Green. HEX triplet: 00, 2D and 20. RGB value is (0,45,32). Sum of RGB (Red+Green+Blue) = 0+45+32=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 45 (17.97% from 255 or 58.44% from 77); Blue value is 32 (12.89% from 255 or 41.56% from 77); Max value from RGB is 45 - color contains mainly: green. Hex color #002D20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D20 is #FFD2DF. Grayscale: #1E1E1E. Windows color (decimal): -16765664 or 2108672. OLE color: 2108672.

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

Color convert

RGB 0 45 32 -
CMYK 1 0 0.29 0.82
HSL 162.67º 1% 0.09% -
HSV(B) 162.67º 1% 0.18% -
XYZ 1.2 1.98 1.69 -
YUV 30.06 129.09 106.56 -
System Red Green Blue C M Y K H S L
Decimal 0 45 32 1 0 0.29 0.82 162.67 1 0.09
Hex 0 2D 20 64 0 1D 52 A3 64 9
Octal 0 55 40 144 0 35 122 243 144 11
Binary 0 101101 100000 1100100 0 11101 1010010 10100011 1100100 1001

Color Harmonies of #002D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D20

Black with #002D20

Text Example


Text Example

White with #002D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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