#30662A

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

Shades of San Felix #30662A

Tints of San Felix #30662A

Color information

#30662A (or 0x30662A) is unknown color: approx San Felix. HEX triplet: 30, 66 and 2A. RGB value is (48,102,42). Sum of RGB (Red+Green+Blue) = 48+102+42=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 102 (40.23% from 255 or 53.12% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 102 - color contains mainly: green. Hex color #30662A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30662A is #CF99D5. Grayscale: #4F4F4F. Windows color (decimal): -13605334 or 2778672. OLE color: 2778672.

HSL color Cylindrical-coordinate representation of color #30662A: hue angle of 114º 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 #30662A is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB4810242-
CMYK0.5300.590.6
HSL114º41.67%28.24%-
HSV(B)114º58.82%40%-
XYZ6.3910.33.84-
YUV79.01107.11105.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25%
GREEN value IS 102 (40.23% from 255) = 53.12%
BLUE value IS 42 (16.80% from 255) = 21.88%
R=25%
G=53.12%
B=21.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48102420.5300.590.611441.6728.24
Hex30662A3503B3C722a1c
Octal601465265073741625234
Binary11000011001101010101101010111011111100111001010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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