#147B23

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

Shades of Forest Green #147B23

Tints of Forest Green #147B23

Color information

#147B23 (or 0x147B23) is unknown color: approx Forest Green. HEX triplet: 14, 7B and 23. RGB value is (20,123,35). Sum of RGB (Red+Green+Blue) = 20+123+35=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 123 (48.44% from 255 or 69.10% from 178); Blue value is 35 (14.06% from 255 or 19.66% from 178); Max value from RGB is 123 - color contains mainly: green. Hex color #147B23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147B23 is #EB84DC. Grayscale: #525252. Windows color (decimal): -15434973 or 2325268. OLE color: 2325268.

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

Color convert

RGB2012335-
CMYK0.8400.720.52
HSL128.74º72.03%28.04%-
HSV(B)128.74º83.74%48.24%-
XYZ7.6714.443.97-
YUV82.17101.3883.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.24%
GREEN value IS 123 (48.44% from 255) = 69.10%
BLUE value IS 35 (14.06% from 255) = 19.66%
R=11.24%
G=69.10%
B=19.66%

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
Decimal20123350.8400.720.52128.7472.0328.04
Hex147B23540483481481c
Octal241734312401106420111034
Binary10100111101110001110101000100100011010010000001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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