#149427

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

Shades of Forest Green #149427

Tints of Forest Green #149427

Color information

#149427 (or 0x149427) is unknown color: approx Forest Green. HEX triplet: 14, 94 and 27. RGB value is (20,148,39). Sum of RGB (Red+Green+Blue) = 20+148+39=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 148 (58.20% from 255 or 71.50% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 148 - color contains mainly: green. Hex color #149427 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149427 is #EB6BD8. Grayscale: #616161. Windows color (decimal): -15428569 or 2593812. OLE color: 2593812.

HSL color Cylindrical-coordinate representation of color #149427: hue angle of 128.91º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149427 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB2014839-
CMYK0.8600.740.42
HSL128.91º76.19%32.94%-
HSV(B)128.91º86.49%58.04%-
XYZ11.2421.485.47-
YUV97.395.0972.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.66%
GREEN value IS 148 (58.20% from 255) = 71.50%
BLUE value IS 39 (15.62% from 255) = 18.84%
R=9.66%
G=71.50%
B=18.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20148390.8600.740.42128.9176.1932.94
Hex1494275604A2A814c21
Octal242244712601125220111441
Binary1010010010100100111101011001001010101010100000011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149427; }

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

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

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

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

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

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

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

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