#2B662B

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

Shades of San Felix #2B662B

Tints of San Felix #2B662B

Color information

#2B662B (or 0x2B662B) is unknown color: approx San Felix. HEX triplet: 2B, 66 and 2B. RGB value is (43,102,43). Sum of RGB (Red+Green+Blue) = 43+102+43=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #2B662B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B662B is #D499D4. Grayscale: #4D4D4D. Windows color (decimal): -13933013 or 2844203. OLE color: 2844203.

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

Color convert

RGB4310243-
CMYK0.5800.580.6
HSL120º40.69%28.43%-
HSV(B)120º57.84%40%-
XYZ6.1810.193.93-
YUV77.63108.45103.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.87%
GREEN value IS 102 (40.23% from 255) = 54.26%
BLUE value IS 43 (17.19% from 255) = 22.87%
R=22.87%
G=54.26%
B=22.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal43102430.5800.580.612040.6928.43
Hex2B662B3A03A3C78291c
Octal531465372072741705134
Binary10101111001101010111110100111010111100111100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B662B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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