#15A232

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

Shades of Forest Green #15A232

Tints of Forest Green #15A232

Color information

#15A232 (or 0x15A232) is unknown color: approx Forest Green. HEX triplet: 15, A2 and 32. RGB value is (21,162,50). Sum of RGB (Red+Green+Blue) = 21+162+50=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 162 (63.67% from 255 or 69.53% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 162 - color contains mainly: green. Hex color #15A232 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15A232 is #EA5DCD. Grayscale: #6B6B6B. Windows color (decimal): -15359438 or 3318293. OLE color: 3318293.

HSL color Cylindrical-coordinate representation of color #15A232: hue angle of 132.34º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A232 is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB2116250-
CMYK0.8700.690.36
HSL132.34º77.05%35.88%-
HSV(B)132.34º87.04%63.53%-
XYZ13.8126.237.35-
YUV107.0795.7966.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.01%
GREEN value IS 162 (63.67% from 255) = 69.53%
BLUE value IS 50 (19.92% from 255) = 21.46%
R=9.01%
G=69.53%
B=21.46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21162500.8700.690.36132.3477.0535.88
Hex15A2325704524844d24
Octal252426212701054420411544
Binary1010110100010110010101011101000101100100100001001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15A232; }

 p { color: rgb(21,162,50); }

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

<style>
 a { background-color: #15A232; }

 a { background-color: rgb(21,162,50); }

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

<style>
 span { border-color: #15A232; }

 span { border-color: rgb(21,162,50); }

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