#307037

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

Shades of San Felix #307037

Tints of San Felix #307037

Color information

#307037 (or 0x307037) is unknown color: approx San Felix. HEX triplet: 30, 70 and 37. RGB value is (48,112,55). Sum of RGB (Red+Green+Blue) = 48+112+55=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #307037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307037 is #CF8FC8. Grayscale: #565656. Windows color (decimal): -13602761 or 3633200. OLE color: 3633200.

HSL color Cylindrical-coordinate representation of color #307037: hue angle of 126.56º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #307037 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB4811255-
CMYK0.5700.510.56
HSL126.56º40%31.37%-
HSV(B)126.56º57.14%43.92%-
XYZ7.712.495.62-
YUV86.37110.3100.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.33%
GREEN value IS 112 (44.14% from 255) = 52.09%
BLUE value IS 55 (21.88% from 255) = 25.58%
R=22.33%
G=52.09%
B=25.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48112550.5700.510.56126.564031.37
Hex30703739033387f281f
Octal601606771063701775037
Binary11000011100001101111110010110011111000111111110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307037; }

 p { color: rgb(48,112,55); }

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

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

 a { background-color: rgb(48,112,55); }

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

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

 span { border-color: rgb(48,112,55); }

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