Html Css Color HEX #02241D Dark Green

📋 copy color: '#02241D'

red 2 ◦ green 36 ◦ blue 29

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

Shades of Dark Green #02241D

Tints of Dark Green #02241D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 43.28%

R = 2.99%
G = 53.73%
B = 43.28%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.86

RGB Variations

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

Color information

#02241D (or 0x02241D) is known color: Dark Green. HEX triplet: 02, 24 and 1D. RGB value is (2,36,29). Sum of RGB (Red+Green+Blue) = 2+36+29=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 36 (14.45% from 255 or 53.73% from 67); Blue value is 29 (11.72% from 255 or 43.28% from 67); Max value from RGB is 36 - color contains mainly: green. Hex color #02241D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02241D is #FDDBE2. Grayscale: #191919. Windows color (decimal): -16636899 or 1909762. OLE color: 1909762.

HSL color Cylindrical-coordinate representation of color #02241D: hue angle of 167.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 #02241D is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.86.

Color convert

RGB 2 36 29 -
CMYK 0.94 0 0.19 0.86
HSL 167.65º 0.89% 0.07% -
HSV(B) 167.65º 0.94% 0.14% -
XYZ 0.88 1.36 1.38 -
YUV 25.04 130.24 111.57 -
System Red Green Blue C M Y K H S L
Decimal 2 36 29 0.94 0 0.19 0.86 167.65 0.89 0.07
Hex 2 24 1D 5E 0 13 56 A8 59 7
Octal 2 44 35 136 0 23 126 250 131 7
Binary 10 100100 11101 1011110 0 10011 1010110 10101000 1011001 111

Color Harmonies of #02241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02241D

Black with #02241D

Text Example


Text Example

White with #02241D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02241D; }

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

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

background-color css

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

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

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

border-color css

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

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

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