#147B26

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

Shades of Forest Green #147B26

Tints of Forest Green #147B26

Color information

#147B26 (or 0x147B26) is unknown color: approx Forest Green. HEX triplet: 14, 7B and 26. RGB value is (20,123,38). Sum of RGB (Red+Green+Blue) = 20+123+38=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 123 (48.44% from 255 or 67.96% from 181); Blue value is 38 (15.23% from 255 or 20.99% from 181); Max value from RGB is 123 - color contains mainly: green. Hex color #147B26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147B26 is #EB84D9. Grayscale: #525252. Windows color (decimal): -15434970 or 2521876. OLE color: 2521876.

HSL color Cylindrical-coordinate representation of color #147B26: hue angle of 130.49º 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 #147B26 is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.52.

Color convert

RGB2012338-
CMYK0.8400.690.52
HSL130.49º72.03%28.04%-
HSV(B)130.49º83.74%48.24%-
XYZ7.7214.454.22-
YUV82.51102.8883.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.05%
GREEN value IS 123 (48.44% from 255) = 67.96%
BLUE value IS 38 (15.23% from 255) = 20.99%
R=11.05%
G=67.96%
B=20.99%

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
Decimal20123380.8400.690.52130.4972.0328.04
Hex147B26540453482481c
Octal241734612401056420211034
Binary10100111101110011010101000100010111010010000010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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