#148028

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

Shades of Forest Green #148028

Tints of Forest Green #148028

Color information

#148028 (or 0x148028) is unknown color: approx Forest Green. HEX triplet: 14, 80 and 28. RGB value is (20,128,40). Sum of RGB (Red+Green+Blue) = 20+128+40=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 128 (50.39% from 255 or 68.09% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 128 - color contains mainly: green. Hex color #148028 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148028 is #EB7FD7. Grayscale: #555555. Windows color (decimal): -15433688 or 2654228. OLE color: 2654228.

HSL color Cylindrical-coordinate representation of color #148028: hue angle of 131.11º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #148028 is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB2012840-
CMYK0.8400.690.50
HSL131.11º72.97%29.02%-
HSV(B)131.11º84.38%50.2%-
XYZ8.3915.744.6-
YUV85.68102.2281.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.64%
GREEN value IS 128 (50.39% from 255) = 68.09%
BLUE value IS 40 (16.02% from 255) = 21.28%
R=10.64%
G=68.09%
B=21.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20128400.8400.690.50131.1172.9729.02
Hex148028540453283491d
Octal242005012401056220311135
Binary101001000000010100010101000100010111001010000011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148028; }

 p { color: rgb(20,128,40); }

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

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

 a { background-color: rgb(20,128,40); }

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

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

 span { border-color: rgb(20,128,40); }

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