#306B29

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

Shades of San Felix #306B29

Tints of San Felix #306B29

Color information

#306B29 (or 0x306B29) is unknown color: approx San Felix. HEX triplet: 30, 6B and 29. RGB value is (48,107,41). Sum of RGB (Red+Green+Blue) = 48+107+41=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 107 (42.19% from 255 or 54.59% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 107 - color contains mainly: green. Hex color #306B29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306B29 is #CF94D6. Grayscale: #525252. Windows color (decimal): -13604055 or 2714416. OLE color: 2714416.

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

Color convert

RGB4810741-
CMYK0.5500.620.58
HSL113.64º44.59%29.02%-
HSV(B)113.64º61.68%41.96%-
XYZ6.8811.33.92-
YUV81.84104.95103.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 107 (42.19% from 255) = 54.59%
BLUE value IS 41 (16.41% from 255) = 20.92%
R=24.49%
G=54.59%
B=20.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48107410.5500.620.58113.6444.5929.02
Hex306B293703E3A722d1d
Octal601535167076721625535
Binary11000011010111010011101110111110111010111001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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