#2B722E

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

Shades of San Felix #2B722E

Tints of San Felix #2B722E

Color information

#2B722E (or 0x2B722E) is unknown color: approx San Felix. HEX triplet: 2B, 72 and 2E. RGB value is (43,114,46). Sum of RGB (Red+Green+Blue) = 43+114+46=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #2B722E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B722E is #D48DD1. Grayscale: #555555. Windows color (decimal): -13929938 or 3043883. OLE color: 3043883.

HSL color Cylindrical-coordinate representation of color #2B722E: hue angle of 122.54º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B722E is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB4311446-
CMYK0.6200.600.55
HSL122.54º45.22%30.78%-
HSV(B)122.54º62.28%44.71%-
XYZ7.5112.754.65-
YUV85.02105.9898.03-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.18%
GREEN value IS 114 (44.92% from 255) = 56.16%
BLUE value IS 46 (18.36% from 255) = 22.66%
R=21.18%
G=56.16%
B=22.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43114460.6200.600.55122.5445.2230.78
Hex2B722E3E03C377b2d1f
Octal531625676074671735537
Binary10101111100101011101111100111100110111111101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B722E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,114,46); }

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

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

 a { background-color: rgb(43,114,46); }

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

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

 span { border-color: rgb(43,114,46); }

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