#0DA31F

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

Shades of Forest Green #0DA31F

Tints of Forest Green #0DA31F

Color information

#0DA31F (or 0x0DA31F) is unknown color: approx Forest Green. HEX triplet: 0D, A3 and 1F. RGB value is (13,163,31). Sum of RGB (Red+Green+Blue) = 13+163+31=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 163 (64.06% from 255 or 78.74% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 163 - color contains mainly: green. Hex color #0DA31F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA31F is #F25CE0. Grayscale: #676767. Windows color (decimal): -15883489 or 2073357. OLE color: 2073357.

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

Color convert

RGB1316331-
CMYK0.9200.810.36
HSL127.2º85.23%34.51%-
HSV(B)127.2º92.02%63.92%-
XYZ13.5126.385.68-
YUV103.187.363.73-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.28%
GREEN value IS 163 (64.06% from 255) = 78.74%
BLUE value IS 31 (12.5% from 255) = 14.98%
R=6.28%
G=78.74%
B=14.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal13163310.9200.810.36127.285.2334.51
HexDA31F5C051247f5523
Octal152433713401214417712543
Binary1101101000111111110111000101000110010011111111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA31F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,163,31); }

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

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

 a { background-color: rgb(13,163,31); }

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

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

 span { border-color: rgb(13,163,31); }

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