#2B681F

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

Shades of San Felix #2B681F

Tints of San Felix #2B681F

Color information

#2B681F (or 0x2B681F) is unknown color: approx San Felix. HEX triplet: 2B, 68 and 1F. RGB value is (43,104,31). Sum of RGB (Red+Green+Blue) = 43+104+31=178 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.16% from 178); Green value is 104 (41.02% from 255 or 58.43% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 104 - color contains mainly: green. Hex color #2B681F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B681F is #D497E0. Grayscale: #4D4D4D. Windows color (decimal): -13932513 or 2058283. OLE color: 2058283.

HSL color Cylindrical-coordinate representation of color #2B681F: hue angle of 110.14º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B681F is Cyan = 0.59, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB4310431-
CMYK0.5900.700.59
HSL110.14º54.07%26.47%-
HSV(B)110.14º70.19%40.78%-
XYZ6.1910.513-
YUV77.44101.79103.44-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.16%
GREEN value IS 104 (41.02% from 255) = 58.43%
BLUE value IS 31 (12.5% from 255) = 17.42%
R=24.16%
G=58.43%
B=17.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43104310.5900.700.59110.1454.0726.47
Hex2B681F3B0463B6e361a
Octal5315037730106731566632
Binary10101111010001111111101101000110111011110111011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B681F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,104,31); }

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

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

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

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

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

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

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