#2B662C

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

Shades of San Felix #2B662C

Tints of San Felix #2B662C

Color information

#2B662C (or 0x2B662C) is unknown color: approx San Felix. HEX triplet: 2B, 66 and 2C. RGB value is (43,102,44). Sum of RGB (Red+Green+Blue) = 43+102+44=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 102 (40.23% from 255 or 53.97% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 102 - color contains mainly: green. Hex color #2B662C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B662C is #D499D3. Grayscale: #4D4D4D. Windows color (decimal): -13933012 or 2909739. OLE color: 2909739.

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

Color convert

RGB4310244-
CMYK0.5800.570.6
HSL121.02º40.69%28.43%-
HSV(B)121.02º57.84%40%-
XYZ6.210.24.02-
YUV77.75108.95103.22-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.75%
GREEN value IS 102 (40.23% from 255) = 53.97%
BLUE value IS 44 (17.58% from 255) = 23.28%
R=22.75%
G=53.97%
B=23.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal43102440.5800.570.6121.0240.6928.43
Hex2B662C3A0393C79291c
Octal531465472071741715134
Binary10101111001101011001110100111001111100111100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B662C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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