#189532

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

Shades of Forest Green #189532

Tints of Forest Green #189532

Color information

#189532 (or 0x189532) is unknown color: approx Forest Green. HEX triplet: 18, 95 and 32. RGB value is (24,149,50). Sum of RGB (Red+Green+Blue) = 24+149+50=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 149 (58.59% from 255 or 66.82% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 149 - color contains mainly: green. Hex color #189532 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #189532 is #E76ACD. Grayscale: #646464. Windows color (decimal): -15166158 or 3314968. OLE color: 3314968.

HSL color Cylindrical-coordinate representation of color #189532: hue angle of 132.48º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189532 is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB2414950-
CMYK0.8400.660.42
HSL132.48º72.25%33.92%-
HSV(B)132.48º83.89%58.43%-
XYZ11.721.926.63-
YUV100.3499.5973.55-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.76%
GREEN value IS 149 (58.59% from 255) = 66.82%
BLUE value IS 50 (19.92% from 255) = 22.42%
R=10.76%
G=66.82%
B=22.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24149500.8400.660.42132.4872.2533.92
Hex189532540422A844822
Octal302256212401025220411042
Binary1100010010101110010101010001000010101010100001001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #189532; }

 p { color: rgb(24,149,50); }

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

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

 a { background-color: rgb(24,149,50); }

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

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

 span { border-color: rgb(24,149,50); }

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