#147A26

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

Shades of Forest Green #147A26

Tints of Forest Green #147A26

Color information

#147A26 (or 0x147A26) is unknown color: approx Forest Green. HEX triplet: 14, 7A and 26. RGB value is (20,122,38). Sum of RGB (Red+Green+Blue) = 20+122+38=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 122 (48.05% from 255 or 67.78% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 122 - color contains mainly: green. Hex color #147A26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147A26 is #EB85D9. Grayscale: #525252. Windows color (decimal): -15435226 or 2521620. OLE color: 2521620.

HSL color Cylindrical-coordinate representation of color #147A26: hue angle of 130.59º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147A26 is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.52.

Color convert

RGB2012238-
CMYK0.8400.690.52
HSL130.59º71.83%27.84%-
HSV(B)130.59º83.61%47.84%-
XYZ7.614.214.18-
YUV81.93103.2183.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.11%
GREEN value IS 122 (48.05% from 255) = 67.78%
BLUE value IS 38 (15.23% from 255) = 21.11%
R=11.11%
G=67.78%
B=21.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20122380.8400.690.52130.5971.8327.84
Hex147A26540453483481c
Octal241724612401056420311034
Binary10100111101010011010101000100010111010010000011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147A26; }

 p { color: rgb(20,122,38); }

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

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

 a { background-color: rgb(20,122,38); }

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

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

 span { border-color: rgb(20,122,38); }

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