#306731

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

Shades of San Felix #306731

Tints of San Felix #306731

Color information

#306731 (or 0x306731) is unknown color: approx San Felix. HEX triplet: 30, 67 and 31. RGB value is (48,103,49). Sum of RGB (Red+Green+Blue) = 48+103+49=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 103 (40.62% from 255 or 51.5% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 103 - color contains mainly: green. Hex color #306731 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306731 is #CF98CE. Grayscale: #505050. Windows color (decimal): -13605071 or 3237680. OLE color: 3237680.

HSL color Cylindrical-coordinate representation of color #306731: hue angle of 121.09º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #306731 is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.60.

Color convert

RGB4810349-
CMYK0.5300.520.60
HSL121.09º36.42%29.61%-
HSV(B)121.09º53.4%40.39%-
XYZ6.6210.554.59-
YUV80.4110.28104.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24%
GREEN value IS 103 (40.62% from 255) = 51.5%
BLUE value IS 49 (19.53% from 255) = 24.5%
R=24%
G=51.5%
B=24.5%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48103490.5300.520.60121.0936.4229.61
Hex306731350343C79241e
Octal601476165064741714436
Binary11000011001111100011101010110100111100111100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306731; }

 p { color: rgb(48,103,49); }

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

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

 a { background-color: rgb(48,103,49); }

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

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

 span { border-color: rgb(48,103,49); }

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