#2B763A

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

Shades of San Felix #2B763A

Tints of San Felix #2B763A

Color information

#2B763A (or 0x2B763A) is unknown color: approx San Felix. HEX triplet: 2B, 76 and 3A. RGB value is (43,118,58). Sum of RGB (Red+Green+Blue) = 43+118+58=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #2B763A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B763A is #D489C5. Grayscale: #585858. Windows color (decimal): -13928902 or 3831339. OLE color: 3831339.

HSL color Cylindrical-coordinate representation of color #2B763A: hue angle of 132º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B763A is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB4311858-
CMYK0.6400.510.54
HSL132º46.58%31.57%-
HSV(B)132º63.56%46.27%-
XYZ8.2413.786.23-
YUV88.73110.6595.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.63%
GREEN value IS 118 (46.48% from 255) = 53.88%
BLUE value IS 58 (23.05% from 255) = 26.48%
R=19.63%
G=53.88%
B=26.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43118580.6400.510.5413246.5831.57
Hex2B763A4003336842f20
Octal5316672100063662045740
Binary10101111101101110101000000011001111011010000100101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,118,58); }

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

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

 a { background-color: rgb(43,118,58); }

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

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

 span { border-color: rgb(43,118,58); }

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