#0DA225

Color #0DA225 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #0DA225

Tints of Forest Green #0DA225

Color information

#0DA225 (or 0x0DA225) is unknown color: approx Forest Green. HEX triplet: 0D, A2 and 25. RGB value is (13,162,37). Sum of RGB (Red+Green+Blue) = 13+162+37=212 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.13% from 212); Green value is 162 (63.67% from 255 or 76.42% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 162 - color contains mainly: green. Hex color #0DA225 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA225 is #F25DDA. Grayscale: #676767. Windows color (decimal): -15883739 or 2466317. OLE color: 2466317.

HSL color Cylindrical-coordinate representation of color #0DA225: hue angle of 129.66º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA225 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB1316237-
CMYK0.9200.770.36
HSL129.66º85.14%34.31%-
HSV(B)129.66º91.98%63.53%-
XYZ13.4226.066.07-
YUV103.290.6463.66-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.13%
GREEN value IS 162 (63.67% from 255) = 76.42%
BLUE value IS 37 (14.84% from 255) = 17.45%
R=6.13%
G=76.42%
B=17.45%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal13162370.9200.770.36129.6685.1434.31
HexDA2255C04D24825522
Octal152424513401154420212542
Binary110110100010100101101110001001101100100100000101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0DA225; }

 p { color: rgb(13,162,37); }

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

<style>
 a { background-color: #0DA225; }

 a { background-color: rgb(13,162,37); }

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

<style>
 span { border-color: #0DA225; }

 span { border-color: rgb(13,162,37); }

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