#2A6E26

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

Shades of San Felix #2A6E26

Tints of San Felix #2A6E26

Color information

#2A6E26 (or 0x2A6E26) is unknown color: approx San Felix. HEX triplet: 2A, 6E and 26. RGB value is (42,110,38). Sum of RGB (Red+Green+Blue) = 42+110+38=190 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.11% from 190); Green value is 110 (43.36% from 255 or 57.89% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 110 - color contains mainly: green. Hex color #2A6E26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6E26 is #D591D9. Grayscale: #515151. Windows color (decimal): -13996506 or 2518570. OLE color: 2518570.

HSL color Cylindrical-coordinate representation of color #2A6E26: hue angle of 116.67º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A6E26 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.57.

Color convert

RGB4211038-
CMYK0.6200.650.57
HSL116.67º48.65%29.02%-
HSV(B)116.67º65.45%43.14%-
XYZ6.8811.783.75-
YUV81.46103.4799.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.11%
GREEN value IS 110 (43.36% from 255) = 57.89%
BLUE value IS 38 (15.23% from 255) = 20%
R=22.11%
G=57.89%
B=20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal42110380.6200.650.57116.6748.6529.02
Hex2A6E263E0413975311d
Octal5215646760101711656135
Binary101010110111010011011111001000001111001111010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A6E26; }

 p { color: rgb(42,110,38); }

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

<style>
 a { background-color: #2A6E26; }

 a { background-color: rgb(42,110,38); }

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

<style>
 span { border-color: #2A6E26; }

 span { border-color: rgb(42,110,38); }

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