#1E722B

Color #1E722B San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #1E722B

Tints of San Felix #1E722B

Color information

#1E722B (or 0x1E722B) is unknown color: approx San Felix. HEX triplet: 1E, 72 and 2B. RGB value is (30,114,43). Sum of RGB (Red+Green+Blue) = 30+114+43=187 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.04% from 187); Green value is 114 (44.92% from 255 or 60.96% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 114 - color contains mainly: green. Hex color #1E722B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E722B is #E18DD4. Grayscale: #505050. Windows color (decimal): -14781909 or 2847262. OLE color: 2847262.

HSL color Cylindrical-coordinate representation of color #1E722B: hue angle of 129.29º 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 #1E722B is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB3011443-
CMYK0.7400.620.55
HSL129.29º58.33%28.24%-
HSV(B)129.29º73.68%44.71%-
XYZ6.9912.494.33-
YUV80.79106.6791.77-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.04%
GREEN value IS 114 (44.92% from 255) = 60.96%
BLUE value IS 43 (17.19% from 255) = 22.99%
R=16.04%
G=60.96%
B=22.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30114430.7400.620.55129.2958.3328.24
Hex1E722B4A03E37813a1c
Octal3616253112076672017234
Binary111101110010101011100101001111101101111000000111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E722B;
 }
 .AnyTagClassName
 {
   color: #1E722B;
 }
</style>
background-color css

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

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

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

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

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

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