Html Css Color HEX #1E7228 San Felix

📋 copy color: '#1E7228'

red 30 ◦ green 114 ◦ blue 40

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

Shades of San Felix #1E7228

Tints of San Felix #1E7228

RGB

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

 GREEN value IS 114 (44.92% from 255) = 61.96%

 BLUE value IS 40 (16.02% from 255) = 21.74%

R = 16.3%
G = 61.96%
B = 21.74%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#1E7228 (or 0x1E7228) is known color: San Felix. HEX triplet: 1E, 72 and 28. RGB value is (30,114,40). Sum of RGB (Red+Green+Blue) = 30+114+40=184 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.30% from 184); Green value is 114 (44.92% from 255 or 61.96% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 114 - color contains mainly: green. Hex color #1E7228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7228 is #E18DD7. Grayscale: #505050. Windows color (decimal): -14781912 or 2650654. OLE color: 2650654.

HSL color Cylindrical-coordinate representation of color #1E7228: hue angle of 127.14º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E7228 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 30 114 40 -
CMYK 0.74 0 0.65 0.55
HSL 127.14º 0.58% 0.28% -
HSV(B) 127.14º 0.74% 0.45% -
XYZ 6.94 12.46 4.05 -
YUV 80.45 105.17 92.02 -
System Red Green Blue C M Y K H S L
Decimal 30 114 40 0.74 0 0.65 0.55 127.14 0.58 0.28
Hex 1E 72 28 4A 0 41 37 7F 3A 1C
Octal 36 162 50 112 0 101 67 177 72 34
Binary 11110 1110010 101000 1001010 0 1000001 110111 1111111 111010 11100

Color Harmonies of #1E7228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7228

Black with #1E7228

Text Example


Text Example

White with #1E7228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,114,40); }

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

background-color css

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

 a { background-color: rgb(30,114,40); }

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

border-color css

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

 span { border-color: rgb(30,114,40); }

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