#30662B

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

Shades of San Felix #30662B

Tints of San Felix #30662B

Color information

#30662B (or 0x30662B) is unknown color: approx San Felix. HEX triplet: 30, 66 and 2B. RGB value is (48,102,43). Sum of RGB (Red+Green+Blue) = 48+102+43=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 102 (40.23% from 255 or 52.85% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 102 - color contains mainly: green. Hex color #30662B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30662B is #CF99D4. Grayscale: #4F4F4F. Windows color (decimal): -13605333 or 2844208. OLE color: 2844208.

HSL color Cylindrical-coordinate representation of color #30662B: hue angle of 114.92º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30662B is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB4810243-
CMYK0.5300.580.6
HSL114.92º40.69%28.43%-
HSV(B)114.92º57.84%40%-
XYZ6.4110.313.94-
YUV79.13107.61105.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 102 (40.23% from 255) = 52.85%
BLUE value IS 43 (17.19% from 255) = 22.28%
R=24.87%
G=52.85%
B=22.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48102430.5300.580.6114.9240.6928.43
Hex30662B3503A3C73291c
Octal601465365072741635134
Binary11000011001101010111101010111010111100111001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30662B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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