Html Css Color HEX #021909 Dark Green

📋 copy color: '#021909'

red 2 ◦ green 25 ◦ blue 9

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

Shades of Dark Green #021909

Tints of Dark Green #021909

RGB

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

 GREEN value IS 25 (10.16% from 255) = 69.44%

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

R = 5.56%
G = 69.44%
B = 25%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.64

 K value IS 0.90

RGB Variations

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

Color information

#021909 (or 0x021909) is known color: Dark Green. HEX triplet: 02, 19 and 09. RGB value is (2,25,9). Sum of RGB (Red+Green+Blue) = 2+25+9=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 25 (10.16% from 255 or 69.44% from 36); Blue value is 9 (3.91% from 255 or 25% from 36); Max value from RGB is 25 - color contains mainly: green. Hex color #021909 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021909 is #FDE6F6. Grayscale: #101010. Windows color (decimal): -16639735 or 596226. OLE color: 596226.

HSL color Cylindrical-coordinate representation of color #021909: hue angle of 138.26º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021909 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.90.

Color convert

RGB 2 25 9 -
CMYK 0.92 0 0.64 0.90
HSL 138.26º 0.85% 0.05% -
HSV(B) 138.26º 0.92% 0.1% -
XYZ 0.42 0.73 0.38 -
YUV 16.3 123.88 117.8 -
System Red Green Blue C M Y K H S L
Decimal 2 25 9 0.92 0 0.64 0.90 138.26 0.85 0.05
Hex 2 19 9 5C 0 40 5A 8A 55 5
Octal 2 31 11 134 0 100 132 212 125 5
Binary 10 11001 1001 1011100 0 1000000 1011010 10001010 1010101 101

Color Harmonies of #021909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021909

Black with #021909

Text Example


Text Example

White with #021909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021909; }

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

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

background-color css

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

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

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

border-color css

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

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

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