#2B6833

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

Shades of San Felix #2B6833

Tints of San Felix #2B6833

Color information

#2B6833 (or 0x2B6833) is unknown color: approx San Felix. HEX triplet: 2B, 68 and 33. RGB value is (43,104,51). Sum of RGB (Red+Green+Blue) = 43+104+51=198 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.72% from 198); Green value is 104 (41.02% from 255 or 52.53% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 104 - color contains mainly: green. Hex color #2B6833 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6833 is #D497CC. Grayscale: #4F4F4F. Windows color (decimal): -13932493 or 3369003. OLE color: 3369003.

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

Color convert

RGB4310451-
CMYK0.5900.510.59
HSL127.87º41.5%28.82%-
HSV(B)127.87º58.65%40.78%-
XYZ6.5410.654.84-
YUV79.72111.79101.81-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.72%
GREEN value IS 104 (41.02% from 255) = 52.53%
BLUE value IS 51 (20.31% from 255) = 25.76%
R=21.72%
G=52.53%
B=25.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43104510.5900.510.59127.8741.528.82
Hex2B68333B0333B80291d
Octal531506373063732005135
Binary101011110100011001111101101100111110111000000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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