#10A229

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

Shades of Forest Green #10A229

Tints of Forest Green #10A229

Color information

#10A229 (or 0x10A229) is unknown color: approx Forest Green. HEX triplet: 10, A2 and 29. RGB value is (16,162,41). Sum of RGB (Red+Green+Blue) = 16+162+41=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 162 (63.67% from 255 or 73.97% from 219); Blue value is 41 (16.41% from 255 or 18.72% from 219); Max value from RGB is 162 - color contains mainly: green. Hex color #10A229 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A229 is #EF5DD6. Grayscale: #686868. Windows color (decimal): -15687127 or 2728464. OLE color: 2728464.

HSL color Cylindrical-coordinate representation of color #10A229: hue angle of 130.27º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A229 is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB1616241-
CMYK0.9000.750.36
HSL130.27º82.02%34.9%-
HSV(B)130.27º90.12%63.53%-
XYZ13.5326.116.42-
YUV104.5592.1364.84-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.31%
GREEN value IS 162 (63.67% from 255) = 73.97%
BLUE value IS 41 (16.41% from 255) = 18.72%
R=7.31%
G=73.97%
B=18.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16162410.9000.750.36130.2782.0234.9
Hex10A2295A04B24825223
Octal202425113201134420212243
Binary1000010100010101001101101001001011100100100000101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10A229; }

 p { color: rgb(16,162,41); }

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

<style>
 a { background-color: #10A229; }

 a { background-color: rgb(16,162,41); }

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

<style>
 span { border-color: #10A229; }

 span { border-color: rgb(16,162,41); }

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