#2B6E29

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

Shades of San Felix #2B6E29

Tints of San Felix #2B6E29

Color information

#2B6E29 (or 0x2B6E29) is unknown color: approx San Felix. HEX triplet: 2B, 6E and 29. RGB value is (43,110,41). Sum of RGB (Red+Green+Blue) = 43+110+41=194 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.16% from 194); Green value is 110 (43.36% from 255 or 56.70% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 110 - color contains mainly: green. Hex color #2B6E29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6E29 is #D491D6. Grayscale: #525252. Windows color (decimal): -13930967 or 2715179. OLE color: 2715179.

HSL color Cylindrical-coordinate representation of color #2B6E29: hue angle of 118.26º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B6E29 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.

Color convert

RGB4311041-
CMYK0.6100.630.57
HSL118.26º45.7%29.61%-
HSV(B)118.26º62.73%43.14%-
XYZ6.9711.834.01-
YUV82.1104.8100.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.16%
GREEN value IS 110 (43.36% from 255) = 56.70%
BLUE value IS 41 (16.41% from 255) = 21.13%
R=22.16%
G=56.70%
B=21.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal43110410.6100.630.57118.2645.729.61
Hex2B6E293D03F39762e1e
Octal531565175077711665636
Binary10101111011101010011111010111111111001111011010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,110,41); }

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

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

 a { background-color: rgb(43,110,41); }

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

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

 span { border-color: rgb(43,110,41); }

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