#2B6834

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

Shades of San Felix #2B6834

Tints of San Felix #2B6834

Color information

#2B6834 (or 0x2B6834) is unknown color: approx San Felix. HEX triplet: 2B, 68 and 34. RGB value is (43,104,52). Sum of RGB (Red+Green+Blue) = 43+104+52=199 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.61% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #2B6834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6834 is #D497CB. Grayscale: #4F4F4F. Windows color (decimal): -13932492 or 3434539. OLE color: 3434539.

HSL color Cylindrical-coordinate representation of color #2B6834: hue angle of 128.85º degrees, saturation: 0.41, 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 #2B6834 is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB4310452-
CMYK0.5900.500.59
HSL128.85º41.5%28.82%-
HSV(B)128.85º58.65%40.78%-
XYZ6.5710.664.96-
YUV79.83112.29101.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.61%
GREEN value IS 104 (41.02% from 255) = 52.26%
BLUE value IS 52 (20.70% from 255) = 26.13%
R=21.61%
G=52.26%
B=26.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43104520.5900.500.59128.8541.528.82
Hex2B68343B0323B81291d
Octal531506473062732015135
Binary101011110100011010011101101100101110111000000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,104,52); }

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

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

 a { background-color: rgb(43,104,52); }

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

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

 span { border-color: rgb(43,104,52); }

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