#148833

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

Shades of Forest Green #148833

Tints of Forest Green #148833

Color information

#148833 (or 0x148833) is unknown color: approx Forest Green. HEX triplet: 14, 88 and 33. RGB value is (20,136,51). Sum of RGB (Red+Green+Blue) = 20+136+51=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 136 (53.52% from 255 or 65.70% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 136 - color contains mainly: green. Hex color #148833 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148833 is #EB77CC. Grayscale: #5B5B5B. Windows color (decimal): -15431629 or 3377172. OLE color: 3377172.

HSL color Cylindrical-coordinate representation of color #148833: hue angle of 136.03º 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 #148833 is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB2013651-
CMYK0.8500.620.47
HSL136.03º74.36%30.59%-
HSV(B)136.03º85.29%53.33%-
XYZ9.69186.09-
YUV91.63105.0776.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.66%
GREEN value IS 136 (53.52% from 255) = 65.70%
BLUE value IS 51 (20.31% from 255) = 24.64%
R=9.66%
G=65.70%
B=24.64%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20136510.8500.620.47136.0374.3630.59
Hex1488335503E2F884a1f
Octal24210631250765721011237
Binary10100100010001100111010101011111010111110001000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148833; }

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

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

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

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

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

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

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

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