#148323

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

Shades of Forest Green #148323

Tints of Forest Green #148323

Color information

#148323 (or 0x148323) is unknown color: approx Forest Green. HEX triplet: 14, 83 and 23. RGB value is (20,131,35). Sum of RGB (Red+Green+Blue) = 20+131+35=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 131 (51.56% from 255 or 70.43% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 131 - color contains mainly: green. Hex color #148323 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148323 is #EB7CDC. Grayscale: #575757. Windows color (decimal): -15432925 or 2327316. OLE color: 2327316.

HSL color Cylindrical-coordinate representation of color #148323: hue angle of 128.11º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148323 is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB2013135-
CMYK0.8500.730.49
HSL128.11º73.51%29.61%-
HSV(B)128.11º84.73%51.37%-
XYZ8.7116.54.32-
YUV86.8798.7380.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.75%
GREEN value IS 131 (51.56% from 255) = 70.43%
BLUE value IS 35 (14.06% from 255) = 18.82%
R=10.75%
G=70.43%
B=18.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20131350.8500.730.49128.1173.5129.61
Hex1483235504931804a1e
Octal242034312501116120011236
Binary101001000001110001110101010100100111000110000000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148323; }

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

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

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

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

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

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

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

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