#2B712F

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

Shades of San Felix #2B712F

Tints of San Felix #2B712F

Color information

#2B712F (or 0x2B712F) is unknown color: approx San Felix. HEX triplet: 2B, 71 and 2F. RGB value is (43,113,47). Sum of RGB (Red+Green+Blue) = 43+113+47=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 113 (44.53% from 255 or 55.67% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 113 - color contains mainly: green. Hex color #2B712F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B712F is #D48ED0. Grayscale: #545454. Windows color (decimal): -13930193 or 3109163. OLE color: 3109163.

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

Color convert

RGB4311347-
CMYK0.6200.580.56
HSL123.43º44.87%30.59%-
HSV(B)123.43º61.95%44.31%-
XYZ7.4112.534.72-
YUV84.55106.8198.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.18%
GREEN value IS 113 (44.53% from 255) = 55.67%
BLUE value IS 47 (18.75% from 255) = 23.15%
R=21.18%
G=55.67%
B=23.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43113470.6200.580.56123.4344.8730.59
Hex2B712F3E03A387b2d1f
Octal531615776072701735537
Binary10101111100011011111111100111010111000111101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B712F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,113,47); }

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

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

 a { background-color: rgb(43,113,47); }

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

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

 span { border-color: rgb(43,113,47); }

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