#2B692B

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

Shades of San Felix #2B692B

Tints of San Felix #2B692B

Color information

#2B692B (or 0x2B692B) is unknown color: approx San Felix. HEX triplet: 2B, 69 and 2B. RGB value is (43,105,43). Sum of RGB (Red+Green+Blue) = 43+105+43=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 105 (41.41% from 255 or 54.97% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 105 - color contains mainly: green. Hex color #2B692B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B692B is #D496D4. Grayscale: #4F4F4F. Windows color (decimal): -13932245 or 2844971. OLE color: 2844971.

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

Color convert

RGB4310543-
CMYK0.5900.590.59
HSL120º41.89%29.02%-
HSV(B)120º59.05%41.18%-
XYZ6.4810.794.03-
YUV79.39107.46102.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.51%
GREEN value IS 105 (41.41% from 255) = 54.97%
BLUE value IS 43 (17.19% from 255) = 22.51%
R=22.51%
G=54.97%
B=22.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43105430.5900.590.5912041.8929.02
Hex2B692B3B03B3B782a1d
Octal531515373073731705235
Binary10101111010011010111110110111011111011111100010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B692B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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