Html Css Color HEX #022424 Dark Green

📋 copy color: '#022424'

red 2 ◦ green 36 ◦ blue 36

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

Shades of Dark Green #022424

Tints of Dark Green #022424

RGB

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

 GREEN value IS 36 (14.45% from 255) = 48.65%

 BLUE value IS 36 (14.45% from 255) = 48.65%

R = 2.7%
G = 48.65%
B = 48.65%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#022424 (or 0x022424) is known color: Dark Green. HEX triplet: 02, 24 and 24. RGB value is (2,36,36). Sum of RGB (Red+Green+Blue) = 2+36+36=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 36 (14.45% from 255 or 48.65% from 74); Blue value is 36 (14.45% from 255 or 48.65% from 74); Max value from RGB is 36 - color contains mainly: green, blue. Hex color #022424 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022424 is #FDDBDB. Grayscale: #191919. Windows color (decimal): -16636892 or 2368514. OLE color: 2368514.

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

Color convert

RGB 2 36 36 -
CMYK 0.94 0 0 0.86
HSL 180º 0.89% 0.07% -
HSV(B) 180º 0.94% 0.14% -
XYZ 0.97 1.4 1.89 -
YUV 25.83 133.74 111 -
System Red Green Blue C M Y K H S L
Decimal 2 36 36 0.94 0 0 0.86 180 0.89 0.07
Hex 2 24 24 5E 0 0 56 B4 59 7
Octal 2 44 44 136 0 0 126 264 131 7
Binary 10 100100 100100 1011110 0 0 1010110 10110100 1011001 111

Color Harmonies of #022424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022424

Black with #022424

Text Example


Text Example

White with #022424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022424; }

 p { color: rgb(2,36,36); }

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

background-color css

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

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

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

border-color css

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

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

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