#02241E

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

Shades of Dark Green #02241E

Tints of Dark Green #02241E

Color information

#02241E (or 0x02241E) is unknown color: approx Dark Green. HEX triplet: 02, 24 and 1E. RGB value is (2,36,30). Sum of RGB (Red+Green+Blue) = 2+36+30=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 36 (14.45% from 255 or 52.94% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 36 - color contains mainly: green. Hex color #02241E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02241E is #FDDBE1. Grayscale: #191919. Windows color (decimal): -16636898 or 1975298. OLE color: 1975298.

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

Color convert

RGB23630-
CMYK0.9400.170.86
HSL169.41º89.47%7.45%-
HSV(B)169.41º94.44%14.12%-
XYZ0.891.371.45-
YUV25.15130.74111.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.94%
GREEN value IS 36 (14.45% from 255) = 52.94%
BLUE value IS 30 (12.11% from 255) = 44.12%
R=2.94%
G=52.94%
B=44.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal236300.9400.170.86169.4189.477.45
Hex2241E5E01156a9597
Octal244361360211262511317
Binary101001001111010111100100011010110101010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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