#2F733B

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

Shades of San Felix #2F733B

Tints of San Felix #2F733B

Color information

#2F733B (or 0x2F733B) is unknown color: approx San Felix. HEX triplet: 2F, 73 and 3B. RGB value is (47,115,59). Sum of RGB (Red+Green+Blue) = 47+115+59=221 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.27% from 221); Green value is 115 (45.31% from 255 or 52.04% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 115 - color contains mainly: green. Hex color #2F733B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F733B is #D08CC4. Grayscale: #585858. Windows color (decimal): -13667525 or 3896111. OLE color: 3896111.

HSL color Cylindrical-coordinate representation of color #2F733B: hue angle of 130.59º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F733B is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB4711559-
CMYK0.5900.490.55
HSL130.59º41.98%31.76%-
HSV(B)130.59º59.13%45.1%-
XYZ8.0913.186.26-
YUV88.28111.4798.55-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.27%
GREEN value IS 115 (45.31% from 255) = 52.04%
BLUE value IS 59 (23.44% from 255) = 26.70%
R=21.27%
G=52.04%
B=26.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47115590.5900.490.55130.5941.9831.76
Hex2F733B3B03137832a20
Octal571637373061672035240
Binary1011111110011111011111011011000111011110000011101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F733B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,115,59); }

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

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

 a { background-color: rgb(47,115,59); }

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

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

 span { border-color: rgb(47,115,59); }

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