#0DA422

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

Shades of Forest Green #0DA422

Tints of Forest Green #0DA422

Color information

#0DA422 (or 0x0DA422) is unknown color: approx Forest Green. HEX triplet: 0D, A4 and 22. RGB value is (13,164,34). Sum of RGB (Red+Green+Blue) = 13+164+34=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 164 (64.45% from 255 or 77.73% from 211); Blue value is 34 (13.67% from 255 or 16.11% from 211); Max value from RGB is 164 - color contains mainly: green. Hex color #0DA422 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA422 is #F25BDD. Grayscale: #686868. Windows color (decimal): -15883230 or 2270221. OLE color: 2270221.

HSL color Cylindrical-coordinate representation of color #0DA422: hue angle of 128.34º 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 #0DA422 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB1316434-
CMYK0.9200.790.36
HSL128.34º85.31%34.71%-
HSV(B)128.34º92.07%64.31%-
XYZ13.7326.755.95-
YUV104.0388.4763.07-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.16%
GREEN value IS 164 (64.45% from 255) = 77.73%
BLUE value IS 34 (13.67% from 255) = 16.11%
R=6.16%
G=77.73%
B=16.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal13164340.9200.790.36128.3485.3134.71
HexDA4225C04F24805523
Octal152444213401174420012543
Binary110110100100100010101110001001111100100100000001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,164,34); }

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

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

 a { background-color: rgb(13,164,34); }

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

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

 span { border-color: rgb(13,164,34); }

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