#02250E

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

Shades of Dark Green #02250E

Tints of Dark Green #02250E

Color information

#02250E (or 0x02250E) is unknown color: approx Dark Green. HEX triplet: 02, 25 and 0E. RGB value is (2,37,14). Sum of RGB (Red+Green+Blue) = 2+37+14=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 37 (14.84% from 255 or 69.81% from 53); Blue value is 14 (5.86% from 255 or 26.42% from 53); Max value from RGB is 37 - color contains mainly: green. Hex color #02250E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02250E is #FDDAF1. Grayscale: #171717. Windows color (decimal): -16636658 or 926978. OLE color: 926978.

HSL color Cylindrical-coordinate representation of color #02250E: hue angle of 140.57º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02250E is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB23714-
CMYK0.9500.620.85
HSL140.57º89.74%7.65%-
HSV(B)140.57º94.59%14.51%-
XYZ0.771.370.64-
YUV23.91122.4112.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.77%
GREEN value IS 37 (14.84% from 255) = 69.81%
BLUE value IS 14 (5.86% from 255) = 26.42%
R=3.77%
G=69.81%
B=26.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal237140.9500.620.85140.5789.747.65
Hex225E5F03E558d5a8
Octal2451613707612521513210
Binary1010010111101011111011111010101011000110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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