#02250C

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

Shades of Dark Green #02250C

Tints of Dark Green #02250C

Color information

#02250C (or 0x02250C) is unknown color: approx Dark Green. HEX triplet: 02, 25 and 0C. RGB value is (2,37,12). Sum of RGB (Red+Green+Blue) = 2+37+12=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 37 (14.84% from 255 or 72.55% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 37 - color contains mainly: green. Hex color #02250C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02250C is #FDDAF3. Grayscale: #171717. Windows color (decimal): -16636660 or 795906. OLE color: 795906.

HSL color Cylindrical-coordinate representation of color #02250C: hue angle of 137.14º 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 #02250C is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB23712-
CMYK0.9500.680.85
HSL137.14º89.74%7.65%-
HSV(B)137.14º94.59%14.51%-
XYZ0.751.360.57-
YUV23.68121.4112.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.92%
GREEN value IS 37 (14.84% from 255) = 72.55%
BLUE value IS 12 (5.08% from 255) = 23.53%
R=3.92%
G=72.55%
B=23.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal237120.9500.680.85137.1489.747.65
Hex225C5F04455895a8
Octal24514137010412521113210
Binary10100101110010111110100010010101011000100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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