#2F723D

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

Shades of San Felix #2F723D

Tints of San Felix #2F723D

Color information

#2F723D (or 0x2F723D) is unknown color: approx San Felix. HEX triplet: 2F, 72 and 3D. RGB value is (47,114,61). Sum of RGB (Red+Green+Blue) = 47+114+61=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #2F723D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F723D is #D08DC2. Grayscale: #585858. Windows color (decimal): -13667779 or 4026927. OLE color: 4026927.

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

Color convert

RGB4711461-
CMYK0.5900.460.55
HSL132.54º41.61%31.57%-
HSV(B)132.54º58.77%44.71%-
XYZ8.0312.986.5-
YUV87.92112.898.81-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.17%
GREEN value IS 114 (44.92% from 255) = 51.35%
BLUE value IS 61 (24.22% from 255) = 27.48%
R=21.17%
G=51.35%
B=27.48%

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
Decimal47114610.5900.460.55132.5441.6131.57
Hex2F723D3B02E37852a20
Octal571627573056672055240
Binary1011111110010111101111011010111011011110000101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F723D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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