#30692D

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

Shades of San Felix #30692D

Tints of San Felix #30692D

Color information

#30692D (or 0x30692D) is unknown color: approx San Felix. HEX triplet: 30, 69 and 2D. RGB value is (48,105,45). Sum of RGB (Red+Green+Blue) = 48+105+45=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 105 (41.41% from 255 or 53.03% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 105 - color contains mainly: green. Hex color #30692D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30692D is #CF96D2. Grayscale: #515151. Windows color (decimal): -13604563 or 2976048. OLE color: 2976048.

HSL color Cylindrical-coordinate representation of color #30692D: hue angle of 117º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30692D is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB4810545-
CMYK0.5400.570.59
HSL117º40%29.41%-
HSV(B)117º57.14%41.18%-
XYZ6.7410.924.24-
YUV81.12107.62104.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.24%
GREEN value IS 105 (41.41% from 255) = 53.03%
BLUE value IS 45 (17.97% from 255) = 22.73%
R=24.24%
G=53.03%
B=22.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48105450.5400.570.591174029.41
Hex30692D360393B75281d
Octal601515566071731655035
Binary11000011010011011011101100111001111011111010110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30692D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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