#147825

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

Shades of Forest Green #147825

Tints of Forest Green #147825

Color information

#147825 (or 0x147825) is unknown color: approx Forest Green. HEX triplet: 14, 78 and 25. RGB value is (20,120,37). Sum of RGB (Red+Green+Blue) = 20+120+37=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 120 (47.27% from 255 or 67.80% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 120 - color contains mainly: green. Hex color #147825 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147825 is #EB87DA. Grayscale: #505050. Windows color (decimal): -15435739 or 2455572. OLE color: 2455572.

HSL color Cylindrical-coordinate representation of color #147825: hue angle of 130.2º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147825 is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB2012037-
CMYK0.8300.690.53
HSL130.2º71.43%27.45%-
HSV(B)130.2º83.33%47.06%-
XYZ7.3413.724.01-
YUV80.64103.3784.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.30%
GREEN value IS 120 (47.27% from 255) = 67.80%
BLUE value IS 37 (14.84% from 255) = 20.90%
R=11.30%
G=67.80%
B=20.90%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20120370.8300.690.53130.271.4327.45
Hex147825530453582471b
Octal241704512301056520210733
Binary10100111100010010110100110100010111010110000010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147825; }

 p { color: rgb(20,120,37); }

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

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

 a { background-color: rgb(20,120,37); }

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

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

 span { border-color: rgb(20,120,37); }

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