Html Css Color HEX #0DA720 Forest Green

📋 copy color: '#0DA720'

red 13 ◦ green 167 ◦ blue 32

#0DA720
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #0DA720

Tints of Forest Green #0DA720

RGB

 RED value IS 13 (5.47% from 255) = 6.13%

 GREEN value IS 167 (65.63% from 255) = 78.77%

 BLUE value IS 32 (12.89% from 255) = 15.09%

R = 6.13%
G = 78.77%
B = 15.09%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#0DA720 (or 0x0DA720) is known color: Forest Green. HEX triplet: 0D, A7 and 20. RGB value is (13,167,32). Sum of RGB (Red+Green+Blue) = 13+167+32=212 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.13% from 212); Green value is 167 (65.62% from 255 or 78.77% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 167 - color contains mainly: green. Hex color #0DA720 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA720 is #F258DF. Grayscale: #696969. Windows color (decimal): -15882464 or 2139917. OLE color: 2139917.

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

Color convert

RGB 13 167 32 -
CMYK 0.92 0 0.81 0.35
HSL 127.4º 0.86% 0.35% -
HSV(B) 127.4º 0.92% 0.65% -
XYZ 14.25 27.83 5.99 -
YUV 105.56 86.48 61.98 -
System Red Green Blue C M Y K H S L
Decimal 13 167 32 0.92 0 0.81 0.35 127.4 0.86 0.35
Hex D A7 20 5C 0 51 23 7F 56 23
Octal 15 247 40 134 0 121 43 177 126 43
Binary 1101 10100111 100000 1011100 0 1010001 100011 1111111 1010110 100011

Color Harmonies of #0DA720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA720

Black with #0DA720

Text Example


Text Example

White with #0DA720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,167,32); }

 H1.HeaderClassName
 {
   color: #0DA720;
 }
 .AnyTagClassName
 {
   color: #0DA720;
 }
</style>

background-color css

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

 a { background-color: rgb(13,167,32); }

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

border-color css

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

 span { border-color: rgb(13,167,32); }

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