Html Css Color HEX #021C09 Dark Green

📋 copy color: '#021C09'

red 2 ◦ green 28 ◦ blue 9

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

Shades of Dark Green #021C09

Tints of Dark Green #021C09

RGB

 RED value IS 2 (1.17% from 255) = 5.13%

 GREEN value IS 28 (11.33% from 255) = 71.79%

 BLUE value IS 9 (3.91% from 255) = 23.08%

R = 5.13%
G = 71.79%
B = 23.08%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.68

 K value IS 0.89

RGB Variations

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

Color information

#021C09 (or 0x021C09) is known color: Dark Green. HEX triplet: 02, 1C and 09. RGB value is (2,28,9). Sum of RGB (Red+Green+Blue) = 2+28+9=39 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.13% from 39); Green value is 28 (11.33% from 255 or 71.79% from 39); Blue value is 9 (3.91% from 255 or 23.08% from 39); Max value from RGB is 28 - color contains mainly: green. Hex color #021C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021C09 is #FDE3F6. Grayscale: #121212. Windows color (decimal): -16638967 or 596994. OLE color: 596994.

HSL color Cylindrical-coordinate representation of color #021C09: hue angle of 136.15º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021C09 is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.89.

Color convert

RGB 2 28 9 -
CMYK 0.93 0 0.68 0.89
HSL 136.15º 0.87% 0.06% -
HSV(B) 136.15º 0.93% 0.11% -
XYZ 0.49 0.86 0.4 -
YUV 18.06 122.89 116.54 -
System Red Green Blue C M Y K H S L
Decimal 2 28 9 0.93 0 0.68 0.89 136.15 0.87 0.06
Hex 2 1C 9 5D 0 44 59 88 57 6
Octal 2 34 11 135 0 104 131 210 127 6
Binary 10 11100 1001 1011101 0 1000100 1011001 10001000 1010111 110

Color Harmonies of #021C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C09

Black with #021C09

Text Example


Text Example

White with #021C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021C09; }

 p { color: rgb(2,28,9); }

 H1.HeaderClassName
 {
   color: #021C09;
 }
 .AnyTagClassName
 {
   color: #021C09;
 }
</style>

background-color css

<style>
 a { background-color: #021C09; }

 a { background-color: rgb(2,28,9); }

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

border-color css

<style>
 span { border-color: #021C09; }

 span { border-color: rgb(2,28,9); }

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