#188A32

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

Shades of Forest Green #188A32

Tints of Forest Green #188A32

Color information

#188A32 (or 0x188A32) is unknown color: approx Forest Green. HEX triplet: 18, 8A and 32. RGB value is (24,138,50). Sum of RGB (Red+Green+Blue) = 24+138+50=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 138 (54.30% from 255 or 65.09% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 138 - color contains mainly: green. Hex color #188A32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188A32 is #E775CD. Grayscale: #5E5E5E. Windows color (decimal): -15168974 or 3312152. OLE color: 3312152.

HSL color Cylindrical-coordinate representation of color #188A32: hue angle of 133.68º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188A32 is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB2413850-
CMYK0.8300.640.46
HSL133.68º70.37%31.76%-
HSV(B)133.68º82.61%54.12%-
XYZ10.0418.66.08-
YUV93.88103.2378.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.32%
GREEN value IS 138 (54.30% from 255) = 65.09%
BLUE value IS 50 (19.92% from 255) = 23.58%
R=11.32%
G=65.09%
B=23.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24138500.8300.640.46133.6870.3731.76
Hex188A32530402E864620
Octal302126212301005620610640
Binary1100010001010110010101001101000000101110100001101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188A32; }

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

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

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

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

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

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

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

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