#188528

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

Shades of Forest Green #188528

Tints of Forest Green #188528

Color information

#188528 (or 0x188528) is unknown color: approx Forest Green. HEX triplet: 18, 85 and 28. RGB value is (24,133,40). Sum of RGB (Red+Green+Blue) = 24+133+40=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 133 (52.34% from 255 or 67.51% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 133 - color contains mainly: green. Hex color #188528 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188528 is #E77AD7. Grayscale: #5A5A5A. Windows color (decimal): -15170264 or 2655512. OLE color: 2655512.

HSL color Cylindrical-coordinate representation of color #188528: hue angle of 128.81º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188528 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB2413340-
CMYK0.8200.700.48
HSL128.81º69.43%30.78%-
HSV(B)128.81º81.95%52.16%-
XYZ9.1517.124.83-
YUV89.8199.8981.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.18%
GREEN value IS 133 (52.34% from 255) = 67.51%
BLUE value IS 40 (16.02% from 255) = 20.30%
R=12.18%
G=67.51%
B=20.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal24133400.8200.700.48128.8169.4330.78
Hex188528520463081451f
Octal302055012201066020110537
Binary110001000010110100010100100100011011000010000001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188528; }

 p { color: rgb(24,133,40); }

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

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

 a { background-color: rgb(24,133,40); }

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

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

 span { border-color: rgb(24,133,40); }

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