Html Css Color HEX #1E8520 Forest Green

📋 copy color: '#1E8520'

red 30 ◦ green 133 ◦ blue 32

#1E8520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #1E8520

Tints of Forest Green #1E8520

RGB

 RED value IS 30 (12.11% from 255) = 15.38%

 GREEN value IS 133 (52.34% from 255) = 68.21%

 BLUE value IS 32 (12.89% from 255) = 16.41%

R = 15.38%
G = 68.21%
B = 16.41%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#1E8520 (or 0x1E8520) is known color: Forest Green. HEX triplet: 1E, 85 and 20. RGB value is (30,133,32). Sum of RGB (Red+Green+Blue) = 30+133+32=195 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.38% from 195); Green value is 133 (52.34% from 255 or 68.21% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 133 - color contains mainly: green. Hex color #1E8520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8520 is #E17ADF. Grayscale: #5A5A5A. Windows color (decimal): -14777056 or 2131230. OLE color: 2131230.

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

Color convert

RGB 30 133 32 -
CMYK 0.77 0 0.76 0.48
HSL 121.17º 0.63% 0.32% -
HSV(B) 121.17º 0.77% 0.52% -
XYZ 9.18 17.16 4.19 -
YUV 90.69 94.88 84.71 -
System Red Green Blue C M Y K H S L
Decimal 30 133 32 0.77 0 0.76 0.48 121.17 0.63 0.32
Hex 1E 85 20 4D 0 4C 30 79 3F 20
Octal 36 205 40 115 0 114 60 171 77 40
Binary 11110 10000101 100000 1001101 0 1001100 110000 1111001 111111 100000

Color Harmonies of #1E8520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8520

Black with #1E8520

Text Example


Text Example

White with #1E8520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E8520;
 }
 .AnyTagClassName
 {
   color: #1E8520;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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