#148527

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

Shades of Forest Green #148527

Tints of Forest Green #148527

Color information

#148527 (or 0x148527) is unknown color: approx Forest Green. HEX triplet: 14, 85 and 27. RGB value is (20,133,39). Sum of RGB (Red+Green+Blue) = 20+133+39=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 133 (52.34% from 255 or 69.27% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 133 - color contains mainly: green. Hex color #148527 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148527 is #EB7AD8. Grayscale: #585858. Windows color (decimal): -15432409 or 2589972. OLE color: 2589972.

HSL color Cylindrical-coordinate representation of color #148527: hue angle of 130.09º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148527 is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB2013339-
CMYK0.8500.710.48
HSL130.09º73.86%30%-
HSV(B)130.09º84.96%52.16%-
XYZ9.0417.074.74-
YUV88.5100.0679.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.42%
GREEN value IS 133 (52.34% from 255) = 69.27%
BLUE value IS 39 (15.62% from 255) = 20.31%
R=10.42%
G=69.27%
B=20.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal20133390.8500.710.48130.0973.8630
Hex1485275504730824a1e
Octal242054712501076020211236
Binary101001000010110011110101010100011111000010000010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148527; }

 p { color: rgb(20,133,39); }

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

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

 a { background-color: rgb(20,133,39); }

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

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

 span { border-color: rgb(20,133,39); }

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