#148830

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

Shades of Forest Green #148830

Tints of Forest Green #148830

Color information

#148830 (or 0x148830) is unknown color: approx Forest Green. HEX triplet: 14, 88 and 30. RGB value is (20,136,48). Sum of RGB (Red+Green+Blue) = 20+136+48=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 136 (53.52% from 255 or 66.67% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 136 - color contains mainly: green. Hex color #148830 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148830 is #EB77CF. Grayscale: #5B5B5B. Windows color (decimal): -15431632 or 3180564. OLE color: 3180564.

HSL color Cylindrical-coordinate representation of color #148830: hue angle of 134.48º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148830 is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB2013648-
CMYK0.8500.650.47
HSL134.48º74.36%30.59%-
HSV(B)134.48º85.29%53.33%-
XYZ9.6317.975.76-
YUV91.28103.5777.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.80%
GREEN value IS 136 (53.52% from 255) = 66.67%
BLUE value IS 48 (19.14% from 255) = 23.53%
R=9.80%
G=66.67%
B=23.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20136480.8500.650.47134.4874.3630.59
Hex148830550412F864a1f
Octal242106012501015720611237
Binary101001000100011000010101010100000110111110000110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148830; }

 p { color: rgb(20,136,48); }

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

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

 a { background-color: rgb(20,136,48); }

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

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

 span { border-color: rgb(20,136,48); }

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