#30652D

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

Shades of San Felix #30652D

Tints of San Felix #30652D

Color information

#30652D (or 0x30652D) is unknown color: approx San Felix. HEX triplet: 30, 65 and 2D. RGB value is (48,101,45). Sum of RGB (Red+Green+Blue) = 48+101+45=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 101 (39.84% from 255 or 52.06% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 101 - color contains mainly: green. Hex color #30652D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30652D is #CF9AD2. Grayscale: #4E4E4E. Windows color (decimal): -13605587 or 2975024. OLE color: 2975024.

HSL color Cylindrical-coordinate representation of color #30652D: hue angle of 116.79º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30652D is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB4810145-
CMYK0.5200.550.60
HSL116.79º38.36%28.63%-
HSV(B)116.79º55.45%39.61%-
XYZ6.3510.134.1-
YUV78.77108.94106.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.74%
GREEN value IS 101 (39.84% from 255) = 52.06%
BLUE value IS 45 (17.97% from 255) = 23.20%
R=24.74%
G=52.06%
B=23.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48101450.5200.550.60116.7938.3628.63
Hex30652D340373C75261d
Octal601455564067741654635
Binary11000011001011011011101000110111111100111010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30652D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30652D; }

 p { color: rgb(48,101,45); }

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

<style>
 a { background-color: #30652D; }

 a { background-color: rgb(48,101,45); }

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

<style>
 span { border-color: #30652D; }

 span { border-color: rgb(48,101,45); }

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