Html Css Color HEX #1E6D20 San Felix

📋 copy color: '#1E6D20'

red 30 ◦ green 109 ◦ blue 32

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

Shades of San Felix #1E6D20

Tints of San Felix #1E6D20

RGB

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

 GREEN value IS 109 (42.97% from 255) = 63.74%

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

R = 17.54%
G = 63.74%
B = 18.71%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.71

 K value IS 0.57

RGB Variations

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

Color information

#1E6D20 (or 0x1E6D20) is known color: San Felix. HEX triplet: 1E, 6D and 20. RGB value is (30,109,32). Sum of RGB (Red+Green+Blue) = 30+109+32=171 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.54% from 171); Green value is 109 (42.97% from 255 or 63.74% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 109 - color contains mainly: green. Hex color #1E6D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6D20 is #E192DF. Grayscale: #4C4C4C. Windows color (decimal): -14783200 or 2125086. OLE color: 2125086.

HSL color Cylindrical-coordinate representation of color #1E6D20: hue angle of 121.52º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E6D20 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB 30 109 32 -
CMYK 0.72 0 0.71 0.57
HSL 121.52º 0.57% 0.27% -
HSV(B) 121.52º 0.72% 0.43% -
XYZ 6.26 11.32 3.22 -
YUV 76.6 102.83 94.76 -
System Red Green Blue C M Y K H S L
Decimal 30 109 32 0.72 0 0.71 0.57 121.52 0.57 0.27
Hex 1E 6D 20 48 0 47 39 7A 39 1B
Octal 36 155 40 110 0 107 71 172 71 33
Binary 11110 1101101 100000 1001000 0 1000111 111001 1111010 111001 11011

Color Harmonies of #1E6D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6D20

Black with #1E6D20

Text Example


Text Example

White with #1E6D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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