Html Css Color HEX #1E7C30 San Felix

📋 copy color: '#1E7C30'

red 30 ◦ green 124 ◦ blue 48

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

Shades of San Felix #1E7C30

Tints of San Felix #1E7C30

RGB

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

 GREEN value IS 124 (48.83% from 255) = 61.39%

 BLUE value IS 48 (19.14% from 255) = 23.76%

R = 14.85%
G = 61.39%
B = 23.76%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.61

 K value IS 0.51

RGB Variations

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

Color information

#1E7C30 (or 0x1E7C30) is known color: San Felix. HEX triplet: 1E, 7C and 30. RGB value is (30,124,48). Sum of RGB (Red+Green+Blue) = 30+124+48=202 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.85% from 202); Green value is 124 (48.83% from 255 or 61.39% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 124 - color contains mainly: green. Hex color #1E7C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7C30 is #E183CF. Grayscale: #575757. Windows color (decimal): -14779344 or 3177502. OLE color: 3177502.

HSL color Cylindrical-coordinate representation of color #1E7C30: hue angle of 131.49º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7C30 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.

Color convert

RGB 30 124 48 -
CMYK 0.76 0 0.61 0.51
HSL 131.49º 0.61% 0.3% -
HSV(B) 131.49º 0.76% 0.49% -
XYZ 8.28 14.9 5.24 -
YUV 87.23 105.86 87.18 -
System Red Green Blue C M Y K H S L
Decimal 30 124 48 0.76 0 0.61 0.51 131.49 0.61 0.3
Hex 1E 7C 30 4C 0 3D 33 83 3D 1E
Octal 36 174 60 114 0 75 63 203 75 36
Binary 11110 1111100 110000 1001100 0 111101 110011 10000011 111101 11110

Color Harmonies of #1E7C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7C30

Black with #1E7C30

Text Example


Text Example

White with #1E7C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,124,48); }

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

background-color css

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

 a { background-color: rgb(30,124,48); }

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

border-color css

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

 span { border-color: rgb(30,124,48); }

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