#02290E

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

Shades of Dark Green #02290E

Tints of Dark Green #02290E

Color information

#02290E (or 0x02290E) is unknown color: approx Dark Green. HEX triplet: 02, 29 and 0E. RGB value is (2,41,14). Sum of RGB (Red+Green+Blue) = 2+41+14=57 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.51% from 57); Green value is 41 (16.41% from 255 or 71.93% from 57); Blue value is 14 (5.86% from 255 or 24.56% from 57); Max value from RGB is 41 - color contains mainly: green. Hex color #02290E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02290E is #FDD6F1. Grayscale: #1A1A1A. Windows color (decimal): -16635634 or 928002. OLE color: 928002.

HSL color Cylindrical-coordinate representation of color #02290E: hue angle of 138.46º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02290E is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.84.

Color convert

RGB24114-
CMYK0.9500.660.84
HSL138.46º90.7%8.43%-
HSV(B)138.46º95.12%16.08%-
XYZ0.91.630.68-
YUV26.26121.08110.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.51%
GREEN value IS 41 (16.41% from 255) = 71.93%
BLUE value IS 14 (5.86% from 255) = 24.56%
R=3.51%
G=71.93%
B=24.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal241140.9500.660.84138.4690.78.43
Hex229E5F042548a5b8
Octal25116137010212421213310
Binary10101001111010111110100001010101001000101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02290E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,41,14); }

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

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

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

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

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

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

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