#306B38

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

Shades of San Felix #306B38

Tints of San Felix #306B38

Color information

#306B38 (or 0x306B38) is unknown color: approx San Felix. HEX triplet: 30, 6B and 38. RGB value is (48,107,56). Sum of RGB (Red+Green+Blue) = 48+107+56=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 107 (42.19% from 255 or 50.71% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 107 - color contains mainly: green. Hex color #306B38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306B38 is #CF94C7. Grayscale: #535353. Windows color (decimal): -13604040 or 3697456. OLE color: 3697456.

HSL color Cylindrical-coordinate representation of color #306B38: hue angle of 128.14º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #306B38 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.

Color convert

RGB4810756-
CMYK0.5500.480.58
HSL128.14º38.06%30.39%-
HSV(B)128.14º55.14%41.96%-
XYZ7.1911.435.57-
YUV83.54112.45102.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.75%
GREEN value IS 107 (42.19% from 255) = 50.71%
BLUE value IS 56 (22.27% from 255) = 26.54%
R=22.75%
G=50.71%
B=26.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48107560.5500.480.58128.1438.0630.39
Hex306B38370303A80261e
Octal601537067060722004636
Binary110000110101111100011011101100001110101000000010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306B38; }

 p { color: rgb(48,107,56); }

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

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

 a { background-color: rgb(48,107,56); }

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

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

 span { border-color: rgb(48,107,56); }

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