Html Css Color HEX #02210F Dark Green

📋 copy color: '#02210F'

red 2 ◦ green 33 ◦ blue 15

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

Shades of Dark Green #02210F

Tints of Dark Green #02210F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 66%

 BLUE value IS 15 (6.25% from 255) = 30%

R = 4%
G = 66%
B = 30%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.55

 K value IS 0.87

RGB Variations

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

Color information

#02210F (or 0x02210F) is known color: Dark Green. HEX triplet: 02, 21 and 0F. RGB value is (2,33,15). Sum of RGB (Red+Green+Blue) = 2+33+15=50 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4% from 50); Green value is 33 (13.28% from 255 or 66% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 33 - color contains mainly: green. Hex color #02210F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02210F is #FDDEF0. Grayscale: #151515. Windows color (decimal): -16637681 or 991490. OLE color: 991490.

HSL color Cylindrical-coordinate representation of color #02210F: hue angle of 145.16º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #02210F is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.87.

Color convert

RGB 2 33 15 -
CMYK 0.94 0 0.55 0.87
HSL 145.16º 0.89% 0.07% -
HSV(B) 145.16º 0.94% 0.13% -
XYZ 0.66 1.14 0.64 -
YUV 21.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 2 33 15 0.94 0 0.55 0.87 145.16 0.89 0.07
Hex 2 21 F 5E 0 37 57 91 59 7
Octal 2 41 17 136 0 67 127 221 131 7
Binary 10 100001 1111 1011110 0 110111 1010111 10010001 1011001 111

Color Harmonies of #02210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02210F

Black with #02210F

Text Example


Text Example

White with #02210F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02210F; }

 p { color: rgb(2,33,15); }

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

background-color css

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

 a { background-color: rgb(2,33,15); }

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

border-color css

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

 span { border-color: rgb(2,33,15); }

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