#1E852D

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

Shades of Forest Green #1E852D

Tints of Forest Green #1E852D

Color information

#1E852D (or 0x1E852D) is unknown color: approx Forest Green. HEX triplet: 1E, 85 and 2D. RGB value is (30,133,45). Sum of RGB (Red+Green+Blue) = 30+133+45=208 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.42% from 208); Green value is 133 (52.34% from 255 or 63.94% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 133 - color contains mainly: green. Hex color #1E852D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E852D is #E17AD2. Grayscale: #5C5C5C. Windows color (decimal): -14777043 or 2983198. OLE color: 2983198.

HSL color Cylindrical-coordinate representation of color #1E852D: hue angle of 128.74º 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 #1E852D is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB3013345-
CMYK0.7700.660.48
HSL128.74º63.19%31.96%-
HSV(B)128.74º77.44%52.16%-
XYZ9.417.245.32-
YUV92.17101.3883.66-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.42%
GREEN value IS 133 (52.34% from 255) = 63.94%
BLUE value IS 45 (17.97% from 255) = 21.63%
R=14.42%
G=63.94%
B=21.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal30133450.7700.660.48128.7463.1931.96
Hex1E852D4D04230813f20
Octal36205551150102602017740
Binary111101000010110110110011010100001011000010000001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E852D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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