#2B681E

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

Shades of San Felix #2B681E

Tints of San Felix #2B681E

Color information

#2B681E (or 0x2B681E) is unknown color: approx San Felix. HEX triplet: 2B, 68 and 1E. RGB value is (43,104,30). Sum of RGB (Red+Green+Blue) = 43+104+30=177 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.29% from 177); Green value is 104 (41.02% from 255 or 58.76% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 104 - color contains mainly: green. Hex color #2B681E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B681E is #D497E1. Grayscale: #4D4D4D. Windows color (decimal): -13932514 or 1992747. OLE color: 1992747.

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

Color convert

RGB4310430-
CMYK0.5900.710.59
HSL109.46º55.22%26.27%-
HSV(B)109.46º71.15%40.78%-
XYZ6.1810.512.93-
YUV77.32101.29103.52-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.29%
GREEN value IS 104 (41.02% from 255) = 58.76%
BLUE value IS 30 (12.11% from 255) = 16.95%
R=24.29%
G=58.76%
B=16.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43104300.5900.710.59109.4655.2226.27
Hex2B681E3B0473B6d371a
Octal5315036730107731556732
Binary10101111010001111011101101000111111011110110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B681E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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