#188230

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

Shades of Forest Green #188230

Tints of Forest Green #188230

Color information

#188230 (or 0x188230) is unknown color: approx Forest Green. HEX triplet: 18, 82 and 30. RGB value is (24,130,48). Sum of RGB (Red+Green+Blue) = 24+130+48=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 130 (51.17% from 255 or 64.36% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 130 - color contains mainly: green. Hex color #188230 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188230 is #E77DCF. Grayscale: #595959. Windows color (decimal): -15171024 or 3179032. OLE color: 3179032.

HSL color Cylindrical-coordinate representation of color #188230: hue angle of 133.58º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188230 is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB2413048-
CMYK0.8200.630.49
HSL133.58º68.83%30.2%-
HSV(B)133.58º81.54%50.98%-
XYZ8.8916.375.49-
YUV88.96104.8881.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.88%
GREEN value IS 130 (51.17% from 255) = 64.36%
BLUE value IS 48 (19.14% from 255) = 23.76%
R=11.88%
G=64.36%
B=23.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24130480.8200.630.49133.5868.8330.2
Hex1882305203F3186451e
Octal30202601220776120610536
Binary11000100000101100001010010011111111000110000110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188230; }

 p { color: rgb(24,130,48); }

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

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

 a { background-color: rgb(24,130,48); }

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

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

 span { border-color: rgb(24,130,48); }

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