#306735

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

Shades of San Felix #306735

Tints of San Felix #306735

Color information

#306735 (or 0x306735) is unknown color: approx San Felix. HEX triplet: 30, 67 and 35. RGB value is (48,103,53). Sum of RGB (Red+Green+Blue) = 48+103+53=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 103 (40.62% from 255 or 50.49% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 103 - color contains mainly: green. Hex color #306735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306735 is #CF98CA. Grayscale: #505050. Windows color (decimal): -13605067 or 3499824. OLE color: 3499824.

HSL color Cylindrical-coordinate representation of color #306735: hue angle of 125.45º 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 #306735 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB4810353-
CMYK0.5300.490.60
HSL125.45º36.42%29.61%-
HSV(B)125.45º53.4%40.39%-
XYZ6.7110.595.06-
YUV80.86112.28104.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.53%
GREEN value IS 103 (40.62% from 255) = 50.49%
BLUE value IS 53 (21.09% from 255) = 25.98%
R=23.53%
G=50.49%
B=25.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48103530.5300.490.60125.4536.4229.61
Hex306735350313C7d241e
Octal601476565061741754436
Binary11000011001111101011101010110001111100111110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306735; }

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

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

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

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

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

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

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

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