#307139

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

Shades of San Felix #307139

Tints of San Felix #307139

Color information

#307139 (or 0x307139) is unknown color: approx San Felix. HEX triplet: 30, 71 and 39. RGB value is (48,113,57). Sum of RGB (Red+Green+Blue) = 48+113+57=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 113 (44.53% from 255 or 51.83% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 113 - color contains mainly: green. Hex color #307139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307139 is #CF8EC6. Grayscale: #575757. Windows color (decimal): -13602503 or 3764528. OLE color: 3764528.

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

Color convert

RGB4811357-
CMYK0.5800.500.56
HSL128.31º40.37%31.57%-
HSV(B)128.31º57.52%44.31%-
XYZ7.8612.735.91-
YUV87.18110.97100.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.02%
GREEN value IS 113 (44.53% from 255) = 51.83%
BLUE value IS 57 (22.66% from 255) = 26.15%
R=22.02%
G=51.83%
B=26.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48113570.5800.500.56128.3140.3731.57
Hex3071393A03238802820
Octal601617172062702005040
Binary1100001110001111001111010011001011100010000000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307139; }

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

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

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

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

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

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

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

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