#2D723A

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

Shades of San Felix #2D723A

Tints of San Felix #2D723A

Color information

#2D723A (or 0x2D723A) is unknown color: approx San Felix. HEX triplet: 2D, 72 and 3A. RGB value is (45,114,58). Sum of RGB (Red+Green+Blue) = 45+114+58=217 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.74% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #2D723A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D723A is #D28DC5. Grayscale: #575757. Windows color (decimal): -13798854 or 3830317. OLE color: 3830317.

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

Color convert

RGB4511458-
CMYK0.6100.490.55
HSL131.3º43.4%31.18%-
HSV(B)131.3º60.53%44.71%-
XYZ7.8612.96.08-
YUV86.98111.6498.05-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.74%
GREEN value IS 114 (44.92% from 255) = 52.53%
BLUE value IS 58 (23.05% from 255) = 26.73%
R=20.74%
G=52.53%
B=26.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal45114580.6100.490.55131.343.431.18
Hex2D723A3D03137832b1f
Octal551627275061672035337
Binary101101111001011101011110101100011101111000001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D723A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,114,58); }

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

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

 a { background-color: rgb(45,114,58); }

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

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

 span { border-color: rgb(45,114,58); }

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