#30723C

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

Shades of San Felix #30723C

Tints of San Felix #30723C

Color information

#30723C (or 0x30723C) is unknown color: approx San Felix. HEX triplet: 30, 72 and 3C. RGB value is (48,114,60). Sum of RGB (Red+Green+Blue) = 48+114+60=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #30723C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30723C is #CF8DC3. Grayscale: #585858. Windows color (decimal): -13602244 or 3961392. OLE color: 3961392.

HSL color Cylindrical-coordinate representation of color #30723C: hue angle of 130.91º 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 #30723C is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB4811460-
CMYK0.5800.470.55
HSL130.91º40.74%31.76%-
HSV(B)130.91º57.89%44.71%-
XYZ8.0512.996.36-
YUV88.11112.1399.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.62%
GREEN value IS 114 (44.92% from 255) = 51.35%
BLUE value IS 60 (23.83% from 255) = 27.03%
R=21.62%
G=51.35%
B=27.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48114600.5800.470.55130.9140.7431.76
Hex30723C3A02F37832920
Octal601627472057672035140
Binary1100001110010111100111010010111111011110000011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30723C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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