#148029

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

Shades of Forest Green #148029

Tints of Forest Green #148029

Color information

#148029 (or 0x148029) is unknown color: approx Forest Green. HEX triplet: 14, 80 and 29. RGB value is (20,128,41). Sum of RGB (Red+Green+Blue) = 20+128+41=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 128 (50.39% from 255 or 67.72% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 128 - color contains mainly: green. Hex color #148029 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148029 is #EB7FD6. Grayscale: #565656. Windows color (decimal): -15433687 or 2719764. OLE color: 2719764.

HSL color Cylindrical-coordinate representation of color #148029: hue angle of 131.67º 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 #148029 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.50.

Color convert

RGB2012841-
CMYK0.8400.680.50
HSL131.67º72.97%29.02%-
HSV(B)131.67º84.38%50.2%-
XYZ8.4115.754.69-
YUV85.79102.7281.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.58%
GREEN value IS 128 (50.39% from 255) = 67.72%
BLUE value IS 41 (16.41% from 255) = 21.69%
R=10.58%
G=67.72%
B=21.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20128410.8400.680.50131.6772.9729.02
Hex148029540443284491d
Octal242005112401046220411135
Binary101001000000010100110101000100010011001010000100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148029; }

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

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

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

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

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

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

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

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