#30672C

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

Shades of San Felix #30672C

Tints of San Felix #30672C

Color information

#30672C (or 0x30672C) is unknown color: approx San Felix. HEX triplet: 30, 67 and 2C. RGB value is (48,103,44). Sum of RGB (Red+Green+Blue) = 48+103+44=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 103 (40.62% from 255 or 52.82% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 103 - color contains mainly: green. Hex color #30672C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30672C is #CF98D3. Grayscale: #505050. Windows color (decimal): -13605076 or 2910000. OLE color: 2910000.

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

Color convert

RGB4810344-
CMYK0.5300.570.60
HSL115.93º40.14%28.82%-
HSV(B)115.93º57.28%40.39%-
XYZ6.5210.514.07-
YUV79.83107.78105.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.62%
GREEN value IS 103 (40.62% from 255) = 52.82%
BLUE value IS 44 (17.58% from 255) = 22.56%
R=24.62%
G=52.82%
B=22.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48103440.5300.570.60115.9340.1428.82
Hex30672C350393C74281d
Octal601475465071741645035
Binary11000011001111011001101010111001111100111010010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30672C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30672C; }

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

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

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

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

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

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

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

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