#306c2d

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

Shades of San Felix #306C2D

Tints of San Felix #306C2D

Color information

#306C2D (or 0x306C2D) is unknown color: approx San Felix. HEX triplet: 30, 6C and 2D. RGB value is (48,108,45). Sum of RGB (Red+Green+Blue) = 48+108+45=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 108 (42.58% from 255 or 53.73% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 108 - color contains mainly: green. Hex color #306C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306C2D is #CF93D2. Grayscale: #535353. Windows color (decimal): -13603795 or 2976816. OLE color: 2976816.

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

Color convert

RGB4810845-
CMYK0.5600.580.58
HSL117.14º41.18%30%-
HSV(B)117.14º58.33%42.35%-
XYZ7.0611.544.34-
YUV82.88106.62103.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.88%
GREEN value IS 108 (42.58% from 255) = 53.73%
BLUE value IS 45 (17.97% from 255) = 22.39%
R=23.88%
G=53.73%
B=22.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48108450.5600.580.58117.1441.1830
Hex306C2D3803A3A75291e
Octal601545570072721655136
Binary11000011011001011011110000111010111010111010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306c2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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