#2F723B

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

Shades of San Felix #2F723B

Tints of San Felix #2F723B

Color information

#2F723B (or 0x2F723B) is unknown color: approx San Felix. HEX triplet: 2F, 72 and 3B. RGB value is (47,114,59). Sum of RGB (Red+Green+Blue) = 47+114+59=220 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.36% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #2F723B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F723B is #D08DC4. Grayscale: #575757. Windows color (decimal): -13667781 or 3895855. OLE color: 3895855.

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

Color convert

RGB4711459-
CMYK0.5900.480.55
HSL130.75º41.61%31.57%-
HSV(B)130.75º58.77%44.71%-
XYZ7.9812.956.22-
YUV87.7111.898.97-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.36%
GREEN value IS 114 (44.92% from 255) = 51.82%
BLUE value IS 59 (23.44% from 255) = 26.82%
R=21.36%
G=51.82%
B=26.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47114590.5900.480.55130.7541.6131.57
Hex2F723B3B03037832a20
Octal571627373060672035240
Binary1011111110010111011111011011000011011110000011101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F723B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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