#2B722D

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

Shades of San Felix #2B722D

Tints of San Felix #2B722D

Color information

#2B722D (or 0x2B722D) is unknown color: approx San Felix. HEX triplet: 2B, 72 and 2D. RGB value is (43,114,45). Sum of RGB (Red+Green+Blue) = 43+114+45=202 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.29% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #2B722D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B722D is #D48DD2. Grayscale: #555555. Windows color (decimal): -13929939 or 2978347. OLE color: 2978347.

HSL color Cylindrical-coordinate representation of color #2B722D: hue angle of 121.69º 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 #2B722D is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB4311445-
CMYK0.6200.610.55
HSL121.69º45.22%30.78%-
HSV(B)121.69º62.28%44.71%-
XYZ7.4912.744.55-
YUV84.9105.4898.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.29%
GREEN value IS 114 (44.92% from 255) = 56.44%
BLUE value IS 45 (17.97% from 255) = 22.28%
R=21.29%
G=56.44%
B=22.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43114450.6200.610.55121.6945.2230.78
Hex2B722D3E03D377a2d1f
Octal531625576075671725537
Binary10101111100101011011111100111101110111111101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B722D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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