#1E852F

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

Shades of Forest Green #1E852F

Tints of Forest Green #1E852F

Color information

#1E852F (or 0x1E852F) is unknown color: approx Forest Green. HEX triplet: 1E, 85 and 2F. RGB value is (30,133,47). Sum of RGB (Red+Green+Blue) = 30+133+47=210 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.29% from 210); Green value is 133 (52.34% from 255 or 63.33% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 133 - color contains mainly: green. Hex color #1E852F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E852F is #E17AD0. Grayscale: #5C5C5C. Windows color (decimal): -14777041 or 3114270. OLE color: 3114270.

HSL color Cylindrical-coordinate representation of color #1E852F: hue angle of 129.9º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E852F is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB3013347-
CMYK0.7700.650.48
HSL129.9º63.19%31.96%-
HSV(B)129.9º77.44%52.16%-
XYZ9.4417.265.52-
YUV92.4102.3883.49-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.29%
GREEN value IS 133 (52.34% from 255) = 63.33%
BLUE value IS 47 (18.75% from 255) = 22.38%
R=14.29%
G=63.33%
B=22.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal30133470.7700.650.48129.963.1931.96
Hex1E852F4D04130823f20
Octal36205571150101602027740
Binary111101000010110111110011010100000111000010000010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E852F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E852F; }

 p { color: rgb(30,133,47); }

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

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

 a { background-color: rgb(30,133,47); }

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

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

 span { border-color: rgb(30,133,47); }

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