#2B6226

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

Shades of San Felix #2B6226

Tints of San Felix #2B6226

Color information

#2B6226 (or 0x2B6226) is unknown color: approx San Felix. HEX triplet: 2B, 62 and 26. RGB value is (43,98,38). Sum of RGB (Red+Green+Blue) = 43+98+38=179 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.02% from 179); Green value is 98 (38.67% from 255 or 54.75% from 179); Blue value is 38 (15.23% from 255 or 21.23% from 179); Max value from RGB is 98 - color contains mainly: green. Hex color #2B6226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6226 is #D49DD9. Grayscale: #4A4A4A. Windows color (decimal): -13934042 or 2515499. OLE color: 2515499.

HSL color Cylindrical-coordinate representation of color #2B6226: hue angle of 115º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B6226 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB439838-
CMYK0.5600.610.62
HSL115º44.12%26.67%-
HSV(B)115º61.22%38.43%-
XYZ5.719.393.34-
YUV74.71107.28105.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.02%
GREEN value IS 98 (38.67% from 255) = 54.75%
BLUE value IS 38 (15.23% from 255) = 21.23%
R=24.02%
G=54.75%
B=21.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4398380.5600.610.6211544.1226.67
Hex2B62263803D3E732c1b
Octal531424670075761635433
Binary10101111000101001101110000111101111110111001110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,98,38); }

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

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

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

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

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

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

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