#30694F

Color #30694F Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #30694F

Tints of Spectra #30694F

Color information

#30694F (or 0x30694F) is unknown color: approx Spectra. HEX triplet: 30, 69 and 4F. RGB value is (48,105,79). Sum of RGB (Red+Green+Blue) = 48+105+79=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 105 - color contains mainly: green. Hex color #30694F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30694F is #CF96B0. Grayscale: #555555. Windows color (decimal): -13604529 or 5204272. OLE color: 5204272.

HSL color Cylindrical-coordinate representation of color #30694F: hue angle of 152.63º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #30694F is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB4810579-
CMYK0.5400.250.59
HSL152.63º37.25%30%-
HSV(B)152.63º54.29%41.18%-
XYZ7.6811.39.17-
YUV84.99124.62101.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.69%
GREEN value IS 105 (41.41% from 255) = 45.26%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=20.69%
G=45.26%
B=34.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48105790.5400.250.59152.6337.2530
Hex30694F360193B99251e
Octal6015111766031732314536
Binary110000110100110011111101100110011110111001100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30694F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30694F; }

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

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

<style>
 a { background-color: #30694F; }

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

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

<style>
 span { border-color: #30694F; }

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

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