Html Css Color HEX #02221C Dark Green

📋 copy color: '#02221C'

red 2 ◦ green 34 ◦ blue 28

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

Shades of Dark Green #02221C

Tints of Dark Green #02221C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 53.13%

 BLUE value IS 28 (11.33% from 255) = 43.75%

R = 3.13%
G = 53.13%
B = 43.75%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.87

RGB Variations

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

Color information

#02221C (or 0x02221C) is known color: Dark Green. HEX triplet: 02, 22 and 1C. RGB value is (2,34,28). Sum of RGB (Red+Green+Blue) = 2+34+28=64 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.12% from 64); Green value is 34 (13.67% from 255 or 53.12% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 34 - color contains mainly: green. Hex color #02221C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02221C is #FDDDE3. Grayscale: #171717. Windows color (decimal): -16637412 or 1843714. OLE color: 1843714.

HSL color Cylindrical-coordinate representation of color #02221C: hue angle of 168.75º 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 #02221C is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB 2 34 28 -
CMYK 0.94 0 0.18 0.87
HSL 168.75º 0.89% 0.07% -
HSV(B) 168.75º 0.94% 0.13% -
XYZ 0.81 1.24 1.3 -
YUV 23.75 130.4 112.49 -
System Red Green Blue C M Y K H S L
Decimal 2 34 28 0.94 0 0.18 0.87 168.75 0.89 0.07
Hex 2 22 1C 5E 0 12 57 A9 59 7
Octal 2 42 34 136 0 22 127 251 131 7
Binary 10 100010 11100 1011110 0 10010 1010111 10101001 1011001 111

Color Harmonies of #02221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02221C

Black with #02221C

Text Example


Text Example

White with #02221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02221C; }

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

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

background-color css

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

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

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

border-color css

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

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

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