#148226

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

Shades of Forest Green #148226

Tints of Forest Green #148226

Color information

#148226 (or 0x148226) is unknown color: approx Forest Green. HEX triplet: 14, 82 and 26. RGB value is (20,130,38). Sum of RGB (Red+Green+Blue) = 20+130+38=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 130 (51.17% from 255 or 69.15% from 188); Blue value is 38 (15.23% from 255 or 20.21% from 188); Max value from RGB is 130 - color contains mainly: green. Hex color #148226 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148226 is #EB7DD9. Grayscale: #565656. Windows color (decimal): -15433178 or 2523668. OLE color: 2523668.

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

Color convert

RGB2013038-
CMYK0.8500.710.49
HSL129.82º73.33%29.41%-
HSV(B)129.82º84.62%50.98%-
XYZ8.6216.254.52-
YUV86.62100.5680.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.64%
GREEN value IS 130 (51.17% from 255) = 69.15%
BLUE value IS 38 (15.23% from 255) = 20.21%
R=10.64%
G=69.15%
B=20.21%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20130380.8500.710.49129.8273.3329.41
Hex148226550473182491d
Octal242024612501076120211135
Binary101001000001010011010101010100011111000110000010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148226; }

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

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

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

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

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

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

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

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