#30723E

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

Shades of San Felix #30723E

Tints of San Felix #30723E

Color information

#30723E (or 0x30723E) is unknown color: approx San Felix. HEX triplet: 30, 72 and 3E. RGB value is (48,114,62). Sum of RGB (Red+Green+Blue) = 48+114+62=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #30723E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30723E is #CF8DC1. Grayscale: #585858. Windows color (decimal): -13602242 or 4092464. OLE color: 4092464.

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

Color convert

RGB4811462-
CMYK0.5800.460.55
HSL132.73º40.74%31.76%-
HSV(B)132.73º57.89%44.71%-
XYZ8.1113.016.64-
YUV88.34113.1399.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.43%
GREEN value IS 114 (44.92% from 255) = 50.89%
BLUE value IS 62 (24.61% from 255) = 27.68%
R=21.43%
G=50.89%
B=27.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48114620.5800.460.55132.7340.7431.76
Hex30723E3A02E37852920
Octal601627672056672055140
Binary1100001110010111110111010010111011011110000101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30723E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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