#148127

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

Shades of Forest Green #148127

Tints of Forest Green #148127

Color information

#148127 (or 0x148127) is unknown color: approx Forest Green. HEX triplet: 14, 81 and 27. RGB value is (20,129,39). Sum of RGB (Red+Green+Blue) = 20+129+39=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 129 (50.78% from 255 or 68.62% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 129 - color contains mainly: green. Hex color #148127 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148127 is #EB7ED8. Grayscale: #565656. Windows color (decimal): -15433433 or 2588948. OLE color: 2588948.

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

Color convert

RGB2012939-
CMYK0.8400.700.49
HSL130.46º73.15%29.22%-
HSV(B)130.46º84.5%50.59%-
XYZ8.5164.56-
YUV86.15101.3980.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.64%
GREEN value IS 129 (50.78% from 255) = 68.62%
BLUE value IS 39 (15.62% from 255) = 20.74%
R=10.64%
G=68.62%
B=20.74%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20129390.8400.700.49130.4673.1529.22
Hex148127540463182491d
Octal242014712401066120211135
Binary101001000000110011110101000100011011000110000010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148127; }

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

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

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

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

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

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

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

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