#30672F

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

Shades of San Felix #30672F

Tints of San Felix #30672F

Color information

#30672F (or 0x30672F) is unknown color: approx San Felix. HEX triplet: 30, 67 and 2F. RGB value is (48,103,47). Sum of RGB (Red+Green+Blue) = 48+103+47=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 103 (40.62% from 255 or 52.02% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 103 - color contains mainly: green. Hex color #30672F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30672F is #CF98D0. Grayscale: #505050. Windows color (decimal): -13605073 or 3106608. OLE color: 3106608.

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

Color convert

RGB4810347-
CMYK0.5300.540.60
HSL118.93º37.33%29.41%-
HSV(B)118.93º54.37%40.39%-
XYZ6.5810.534.38-
YUV80.17109.28105.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.24%
GREEN value IS 103 (40.62% from 255) = 52.02%
BLUE value IS 47 (18.75% from 255) = 23.74%
R=24.24%
G=52.02%
B=23.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48103470.5300.540.60118.9337.3329.41
Hex30672F350363C77251d
Octal601475765066741674535
Binary11000011001111011111101010110110111100111011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30672F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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