Html Css Color HEX #1E960F Forest Green

📋 copy color: '#1E960F'

red 30 ◦ green 150 ◦ blue 15

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

Shades of Forest Green #1E960F

Tints of Forest Green #1E960F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 76.92%

 BLUE value IS 15 (6.25% from 255) = 7.69%

R = 15.38%
G = 76.92%
B = 7.69%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#1E960F (or 0x1E960F) is known color: Forest Green. HEX triplet: 1E, 96 and 0F. RGB value is (30,150,15). Sum of RGB (Red+Green+Blue) = 30+150+15=195 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.38% from 195); Green value is 150 (58.98% from 255 or 76.92% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 150 - color contains mainly: green. Hex color #1E960F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E960F is #E169F0. Grayscale: #636363. Windows color (decimal): -14772721 or 1021470. OLE color: 1021470.

HSL color Cylindrical-coordinate representation of color #1E960F: hue angle of 113.33º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E960F is Cyan = 0.80, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 30 150 15 -
CMYK 0.80 0 0.9 0.41
HSL 113.33º 0.82% 0.32% -
HSV(B) 113.33º 0.9% 0.59% -
XYZ 11.53 22.12 4.11 -
YUV 98.73 80.74 78.98 -
System Red Green Blue C M Y K H S L
Decimal 30 150 15 0.80 0 0.9 0.41 113.33 0.82 0.32
Hex 1E 96 F 50 0 5A 29 71 52 20
Octal 36 226 17 120 0 132 51 161 122 40
Binary 11110 10010110 1111 1010000 0 1011010 101001 1110001 1010010 100000

Color Harmonies of #1E960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E960F

Black with #1E960F

Text Example


Text Example

White with #1E960F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,150,15); }

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

background-color css

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

 a { background-color: rgb(30,150,15); }

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

border-color css

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

 span { border-color: rgb(30,150,15); }

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