#2B6A25

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

Shades of San Felix #2B6A25

Tints of San Felix #2B6A25

Color information

#2B6A25 (or 0x2B6A25) is unknown color: approx San Felix. HEX triplet: 2B, 6A and 25. RGB value is (43,106,37). Sum of RGB (Red+Green+Blue) = 43+106+37=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 106 (41.80% from 255 or 56.99% from 186); Blue value is 37 (14.84% from 255 or 19.89% from 186); Max value from RGB is 106 - color contains mainly: green. Hex color #2B6A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6A25 is #D495DA. Grayscale: #4F4F4F. Windows color (decimal): -13931995 or 2452011. OLE color: 2452011.

HSL color Cylindrical-coordinate representation of color #2B6A25: hue angle of 114.78º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B6A25 is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB4310637-
CMYK0.5900.650.58
HSL114.78º48.25%28.04%-
HSV(B)114.78º65.09%41.57%-
XYZ6.4810.963.52-
YUV79.3104.13102.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.12%
GREEN value IS 106 (41.80% from 255) = 56.99%
BLUE value IS 37 (14.84% from 255) = 19.89%
R=23.12%
G=56.99%
B=19.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43106370.5900.650.58114.7848.2528.04
Hex2B6A253B0413A73301c
Octal5315245730101721636034
Binary101011110101010010111101101000001111010111001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,106,37); }

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

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

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

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

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

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

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