#1A7023

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

Shades of San Felix #1A7023

Tints of San Felix #1A7023

Color information

#1A7023 (or 0x1A7023) is unknown color: approx San Felix. HEX triplet: 1A, 70 and 23. RGB value is (26,112,35). Sum of RGB (Red+Green+Blue) = 26+112+35=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 112 (44.14% from 255 or 64.74% from 173); Blue value is 35 (14.06% from 255 or 20.23% from 173); Max value from RGB is 112 - color contains mainly: green. Hex color #1A7023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7023 is #E58FDC. Grayscale: #4D4D4D. Windows color (decimal): -15044573 or 2322458. OLE color: 2322458.

HSL color Cylindrical-coordinate representation of color #1A7023: hue angle of 126.28º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A7023 is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB2611235-
CMYK0.7700.690.56
HSL126.28º62.32%27.06%-
HSV(B)126.28º76.79%43.92%-
XYZ6.5211.933.55-
YUV77.51104.0191.26-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.03%
GREEN value IS 112 (44.14% from 255) = 64.74%
BLUE value IS 35 (14.06% from 255) = 20.23%
R=15.03%
G=64.74%
B=20.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26112350.7700.690.56126.2862.3227.06
Hex1A70234D045387e3e1b
Octal32160431150105701767633
Binary110101110000100011100110101000101111000111111011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,112,35); }

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

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

 a { background-color: rgb(26,112,35); }

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

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

 span { border-color: rgb(26,112,35); }

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