#2B662E

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

Shades of San Felix #2B662E

Tints of San Felix #2B662E

Color information

#2B662E (or 0x2B662E) is unknown color: approx San Felix. HEX triplet: 2B, 66 and 2E. RGB value is (43,102,46). Sum of RGB (Red+Green+Blue) = 43+102+46=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #2B662E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B662E is #D499D1. Grayscale: #4E4E4E. Windows color (decimal): -13933010 or 3040811. OLE color: 3040811.

HSL color Cylindrical-coordinate representation of color #2B662E: hue angle of 123.05º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B662E is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.6.

Color convert

RGB4310246-
CMYK0.5800.550.6
HSL123.05º40.69%28.43%-
HSV(B)123.05º57.84%40%-
XYZ6.2410.214.23-
YUV77.97109.95103.05-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.51%
GREEN value IS 102 (40.23% from 255) = 53.40%
BLUE value IS 46 (18.36% from 255) = 24.08%
R=22.51%
G=53.40%
B=24.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal43102460.5800.550.6123.0540.6928.43
Hex2B662E3A0373C7b291c
Octal531465672067741735134
Binary10101111001101011101110100110111111100111101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B662E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,102,46); }

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

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

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

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

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

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

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