#0A882A

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

Shades of Forest Green #0A882A

Tints of Forest Green #0A882A

Color information

#0A882A (or 0x0A882A) is unknown color: approx Forest Green. HEX triplet: 0A, 88 and 2A. RGB value is (10,136,42). Sum of RGB (Red+Green+Blue) = 10+136+42=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 136 (53.52% from 255 or 72.34% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 136 - color contains mainly: green. Hex color #0A882A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A882A is #F577D5. Grayscale: #575757. Windows color (decimal): -16086998 or 2787338. OLE color: 2787338.

HSL color Cylindrical-coordinate representation of color #0A882A: hue angle of 135.24º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A882A is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1013642-
CMYK0.9300.690.47
HSL135.24º86.3%28.63%-
HSV(B)135.24º92.65%53.33%-
XYZ9.3517.845.14-
YUV87.61102.2672.64-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.32%
GREEN value IS 136 (53.52% from 255) = 72.34%
BLUE value IS 42 (16.80% from 255) = 22.34%
R=5.32%
G=72.34%
B=22.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10136420.9300.690.47135.2486.328.63
HexA882A5D0452F87561d
Octal122105213501055720712635
Binary10101000100010101010111010100010110111110000111101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A882A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,136,42); }

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

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

 a { background-color: rgb(10,136,42); }

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

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

 span { border-color: rgb(10,136,42); }

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