#306C2B

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

Shades of San Felix #306C2B

Tints of San Felix #306C2B

Color information

#306C2B (or 0x306C2B) is unknown color: approx San Felix. HEX triplet: 30, 6C and 2B. RGB value is (48,108,43). Sum of RGB (Red+Green+Blue) = 48+108+43=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 108 (42.58% from 255 or 54.27% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 108 - color contains mainly: green. Hex color #306C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306C2B is #CF93D4. Grayscale: #525252. Windows color (decimal): -13603797 or 2845744. OLE color: 2845744.

HSL color Cylindrical-coordinate representation of color #306C2B: hue angle of 115.38º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #306C2B is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB4810843-
CMYK0.5600.600.58
HSL115.38º43.05%29.61%-
HSV(B)115.38º60.19%42.35%-
XYZ7.0211.534.14-
YUV82.65105.62103.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 108 (42.58% from 255) = 54.27%
BLUE value IS 43 (17.19% from 255) = 21.61%
R=24.12%
G=54.27%
B=21.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48108430.5600.600.58115.3843.0529.61
Hex306C2B3803C3A732b1e
Octal601545370074721635336
Binary11000011011001010111110000111100111010111001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,108,43); }

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

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

 a { background-color: rgb(48,108,43); }

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

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

 span { border-color: rgb(48,108,43); }

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