#307340

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

Shades of San Felix #307340

Tints of San Felix #307340

Color information

#307340 (or 0x307340) is unknown color: approx San Felix. HEX triplet: 30, 73 and 40. RGB value is (48,115,64). Sum of RGB (Red+Green+Blue) = 48+115+64=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #307340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307340 is #CF8CBF. Grayscale: #595959. Windows color (decimal): -13601984 or 4223792. OLE color: 4223792.

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

Color convert

RGB4811564-
CMYK0.5800.440.55
HSL134.33º41.1%31.96%-
HSV(B)134.33º58.26%45.1%-
XYZ8.2813.266.97-
YUV89.15113.898.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 115 (45.31% from 255) = 50.66%
BLUE value IS 64 (25.39% from 255) = 28.19%
R=21.15%
G=50.66%
B=28.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48115640.5800.440.55134.3341.131.96
Hex3073403A02C37862920
Octal6016310072054672065140
Binary11000011100111000000111010010110011011110000110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307340; }

 p { color: rgb(48,115,64); }

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

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

 a { background-color: rgb(48,115,64); }

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

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

 span { border-color: rgb(48,115,64); }

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