#2B672B

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

Shades of San Felix #2B672B

Tints of San Felix #2B672B

Color information

#2B672B (or 0x2B672B) is unknown color: approx San Felix. HEX triplet: 2B, 67 and 2B. RGB value is (43,103,43). Sum of RGB (Red+Green+Blue) = 43+103+43=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 103 (40.62% from 255 or 54.50% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 103 - color contains mainly: green. Hex color #2B672B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B672B is #D498D4. Grayscale: #4E4E4E. Windows color (decimal): -13932757 or 2844459. OLE color: 2844459.

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

Color convert

RGB4310343-
CMYK0.5800.580.60
HSL120º41.1%28.63%-
HSV(B)120º58.25%40.39%-
XYZ6.2810.393.96-
YUV78.22108.12102.88-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.75%
GREEN value IS 103 (40.62% from 255) = 54.50%
BLUE value IS 43 (17.19% from 255) = 22.75%
R=22.75%
G=54.50%
B=22.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal43103430.5800.580.6012041.128.63
Hex2B672B3A03A3C78291d
Octal531475372072741705135
Binary10101111001111010111110100111010111100111100010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B672B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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