#02240B

Color #02240B Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #02240B

Tints of Dark Green #02240B

Color information

#02240B (or 0x02240B) is unknown color: approx Dark Green. HEX triplet: 02, 24 and 0B. RGB value is (2,36,11). Sum of RGB (Red+Green+Blue) = 2+36+11=49 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.08% from 49); Green value is 36 (14.45% from 255 or 73.47% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 36 - color contains mainly: green. Hex color #02240B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02240B is #FDDBF4. Grayscale: #171717. Windows color (decimal): -16636917 or 730114. OLE color: 730114.

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

Color convert

RGB23611-
CMYK0.9400.690.86
HSL135.88º89.47%7.45%-
HSV(B)135.88º94.44%14.12%-
XYZ0.721.30.53-
YUV22.98121.24113.03-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.08%
GREEN value IS 36 (14.45% from 255) = 73.47%
BLUE value IS 11 (4.69% from 255) = 22.45%
R=4.08%
G=73.47%
B=22.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal236110.9400.690.86135.8889.477.45
Hex224B5E0455688597
Octal2441313601051262101317
Binary1010010010111011110010001011010110100010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02240B;
 }
 .AnyTagClassName
 {
   color: #02240B;
 }
</style>
background-color css

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

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

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

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

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

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