#148430

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

Shades of Forest Green #148430

Tints of Forest Green #148430

Color information

#148430 (or 0x148430) is unknown color: approx Forest Green. HEX triplet: 14, 84 and 30. RGB value is (20,132,48). Sum of RGB (Red+Green+Blue) = 20+132+48=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 132 (51.95% from 255 or 66% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 132 - color contains mainly: green. Hex color #148430 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148430 is #EB7BCF. Grayscale: #595959. Windows color (decimal): -15432656 or 3179540. OLE color: 3179540.

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

Color convert

RGB2013248-
CMYK0.8500.640.48
HSL135º73.68%29.8%-
HSV(B)135º84.85%51.76%-
XYZ9.0716.865.57-
YUV88.94104.8978.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10%
GREEN value IS 132 (51.95% from 255) = 66%
BLUE value IS 48 (19.14% from 255) = 24%
R=10%
G=66%
B=24%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal20132480.8500.640.4813573.6829.8
Hex1484305504030874a1e
Octal242046012501006020711236
Binary101001000010011000010101010100000011000010000111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148430; }

 p { color: rgb(20,132,48); }

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

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

 a { background-color: rgb(20,132,48); }

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

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

 span { border-color: rgb(20,132,48); }

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