#30672A

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

Shades of San Felix #30672A

Tints of San Felix #30672A

Color information

#30672A (or 0x30672A) is unknown color: approx San Felix. HEX triplet: 30, 67 and 2A. RGB value is (48,103,42). Sum of RGB (Red+Green+Blue) = 48+103+42=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 103 (40.62% from 255 or 53.37% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 103 - color contains mainly: green. Hex color #30672A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30672A is #CF98D5. Grayscale: #4F4F4F. Windows color (decimal): -13605078 or 2778928. OLE color: 2778928.

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

Color convert

RGB4810342-
CMYK0.5300.590.60
HSL114.1º42.07%28.43%-
HSV(B)114.1º59.22%40.39%-
XYZ6.4910.53.87-
YUV79.6106.78105.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 103 (40.62% from 255) = 53.37%
BLUE value IS 42 (16.80% from 255) = 21.76%
R=24.87%
G=53.37%
B=21.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48103420.5300.590.60114.142.0728.43
Hex30672A3503B3C722a1c
Octal601475265073741625234
Binary11000011001111010101101010111011111100111001010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30672A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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