Html Css Color HEX #02240C Dark Green

📋 copy color: '#02240C'

red 2 ◦ green 36 ◦ blue 12

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

Shades of Dark Green #02240C

Tints of Dark Green #02240C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 24%

R = 4%
G = 72%
B = 24%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.67

 K value IS 0.86

RGB Variations

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

Color information

#02240C (or 0x02240C) is known color: Dark Green. HEX triplet: 02, 24 and 0C. RGB value is (2,36,12). Sum of RGB (Red+Green+Blue) = 2+36+12=50 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4% from 50); Green value is 36 (14.45% from 255 or 72% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 36 - color contains mainly: green. Hex color #02240C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02240C is #FDDBF3. Grayscale: #171717. Windows color (decimal): -16636916 or 795650. OLE color: 795650.

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

Color convert

RGB 2 36 12 -
CMYK 0.94 0 0.67 0.86
HSL 137.65º 0.89% 0.07% -
HSV(B) 137.65º 0.94% 0.14% -
XYZ 0.72 1.3 0.56 -
YUV 23.1 121.74 112.95 -
System Red Green Blue C M Y K H S L
Decimal 2 36 12 0.94 0 0.67 0.86 137.65 0.89 0.07
Hex 2 24 C 5E 0 43 56 8A 59 7
Octal 2 44 14 136 0 103 126 212 131 7
Binary 10 100100 1100 1011110 0 1000011 1010110 10001010 1011001 111

Color Harmonies of #02240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02240C

Black with #02240C

Text Example


Text Example

White with #02240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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