#307440

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

Shades of San Felix #307440

Tints of San Felix #307440

Color information

#307440 (or 0x307440) is unknown color: approx San Felix. HEX triplet: 30, 74 and 40. RGB value is (48,116,64). Sum of RGB (Red+Green+Blue) = 48+116+64=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #307440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307440 is #CF8BBF. Grayscale: #595959. Windows color (decimal): -13601728 or 4224048. OLE color: 4224048.

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

Color convert

RGB4811664-
CMYK0.5900.450.55
HSL134.12º41.46%32.16%-
HSV(B)134.12º58.62%45.49%-
XYZ8.3913.497.01-
YUV89.74113.4798.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 116 (45.70% from 255) = 50.88%
BLUE value IS 64 (25.39% from 255) = 28.07%
R=21.05%
G=50.88%
B=28.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48116640.5900.450.55134.1241.4632.16
Hex3074403B02D37862920
Octal6016410073055672065140
Binary11000011101001000000111011010110111011110000110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307440; }

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

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

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

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

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

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

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

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