#2B6937

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

Shades of San Felix #2B6937

Tints of San Felix #2B6937

Color information

#2B6937 (or 0x2B6937) is unknown color: approx San Felix. HEX triplet: 2B, 69 and 37. RGB value is (43,105,55). Sum of RGB (Red+Green+Blue) = 43+105+55=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #2B6937 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6937 is #D496C8. Grayscale: #505050. Windows color (decimal): -13932233 or 3631403. OLE color: 3631403.

HSL color Cylindrical-coordinate representation of color #2B6937: hue angle of 131.61º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B6937 is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB4310555-
CMYK0.5900.480.59
HSL131.61º41.89%29.02%-
HSV(B)131.61º59.05%41.18%-
XYZ6.7410.895.36-
YUV80.76113.46101.07-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.18%
GREEN value IS 105 (41.41% from 255) = 51.72%
BLUE value IS 55 (21.88% from 255) = 27.09%
R=21.18%
G=51.72%
B=27.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43105550.5900.480.59131.6141.8929.02
Hex2B69373B0303B842a1d
Octal531516773060732045235
Binary101011110100111011111101101100001110111000010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,105,55); }

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

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

 a { background-color: rgb(43,105,55); }

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

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

 span { border-color: rgb(43,105,55); }

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