#306150

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

Shades of Spectra #306150

Tints of Spectra #306150

Color information

#306150 (or 0x306150) is unknown color: approx Spectra. HEX triplet: 30, 61 and 50. RGB value is (48,97,80). Sum of RGB (Red+Green+Blue) = 48+97+80=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #306150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306150 is #CF9EAF. Grayscale: #505050. Windows color (decimal): -13606576 or 5267760. OLE color: 5267760.

HSL color Cylindrical-coordinate representation of color #306150: hue angle of 159.18º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #306150 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB489780-
CMYK0.5100.180.62
HSL159.18º33.79%28.43%-
HSV(B)159.18º50.52%38.04%-
XYZ6.949.769.11-
YUV80.41127.77104.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.33%
GREEN value IS 97 (38.28% from 255) = 43.11%
BLUE value IS 80 (31.64% from 255) = 35.56%
R=21.33%
G=43.11%
B=35.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4897800.5100.180.62159.1833.7928.43
Hex306150330123E9f221c
Octal6014112063022762374234
Binary110000110000110100001100110100101111101001111110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306150; }

 p { color: rgb(48,97,80); }

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

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

 a { background-color: rgb(48,97,80); }

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

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

 span { border-color: rgb(48,97,80); }

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