#2F733E

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

Shades of San Felix #2F733E

Tints of San Felix #2F733E

Color information

#2F733E (or 0x2F733E) is unknown color: approx San Felix. HEX triplet: 2F, 73 and 3E. RGB value is (47,115,62). Sum of RGB (Red+Green+Blue) = 47+115+62=224 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.98% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #2F733E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F733E is #D08CC1. Grayscale: #585858. Windows color (decimal): -13667522 or 4092719. OLE color: 4092719.

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

Color convert

RGB4711562-
CMYK0.5900.460.55
HSL133.24º41.98%31.76%-
HSV(B)133.24º59.13%45.1%-
XYZ8.1713.216.68-
YUV88.63112.9798.31-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.98%
GREEN value IS 115 (45.31% from 255) = 51.34%
BLUE value IS 62 (24.61% from 255) = 27.68%
R=20.98%
G=51.34%
B=27.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47115620.5900.460.55133.2441.9831.76
Hex2F733E3B02E37852a20
Octal571637673056672055240
Binary1011111110011111110111011010111011011110000101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F733E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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