#147B22

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

Shades of Forest Green #147B22

Tints of Forest Green #147B22

Color information

#147B22 (or 0x147B22) is unknown color: approx Forest Green. HEX triplet: 14, 7B and 22. RGB value is (20,123,34). Sum of RGB (Red+Green+Blue) = 20+123+34=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 123 (48.44% from 255 or 69.49% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 123 - color contains mainly: green. Hex color #147B22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147B22 is #EB84DD. Grayscale: #525252. Windows color (decimal): -15434974 or 2259732. OLE color: 2259732.

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

Color convert

RGB2012334-
CMYK0.8400.720.52
HSL128.16º72.03%28.04%-
HSV(B)128.16º83.74%48.24%-
XYZ7.6614.433.89-
YUV82.06100.8883.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.30%
GREEN value IS 123 (48.44% from 255) = 69.49%
BLUE value IS 34 (13.67% from 255) = 19.21%
R=11.30%
G=69.49%
B=19.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20123340.8400.720.52128.1672.0328.04
Hex147B22540483480481c
Octal241734212401106420011034
Binary10100111101110001010101000100100011010010000000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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