#30713E

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

Shades of San Felix #30713E

Tints of San Felix #30713E

Color information

#30713E (or 0x30713E) is unknown color: approx San Felix. HEX triplet: 30, 71 and 3E. RGB value is (48,113,62). Sum of RGB (Red+Green+Blue) = 48+113+62=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 113 (44.53% from 255 or 50.67% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 113 - color contains mainly: green. Hex color #30713E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30713E is #CF8EC1. Grayscale: #575757. Windows color (decimal): -13602498 or 4092208. OLE color: 4092208.

HSL color Cylindrical-coordinate representation of color #30713E: hue angle of 132.92º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30713E is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB4811362-
CMYK0.5800.450.56
HSL132.92º40.37%31.57%-
HSV(B)132.92º57.52%44.31%-
XYZ7.9912.796.6-
YUV87.75113.4799.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.52%
GREEN value IS 113 (44.53% from 255) = 50.67%
BLUE value IS 62 (24.61% from 255) = 27.80%
R=21.52%
G=50.67%
B=27.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48113620.5800.450.56132.9240.3731.57
Hex30713E3A02D38852820
Octal601617672055702055040
Binary1100001110001111110111010010110111100010000101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30713E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30713E; }

 p { color: rgb(48,113,62); }

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

<style>
 a { background-color: #30713E; }

 a { background-color: rgb(48,113,62); }

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

<style>
 span { border-color: #30713E; }

 span { border-color: rgb(48,113,62); }

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