#306251

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

Shades of Spectra #306251

Tints of Spectra #306251

Color information

#306251 (or 0x306251) is unknown color: approx Spectra. HEX triplet: 30, 62 and 51. RGB value is (48,98,81). Sum of RGB (Red+Green+Blue) = 48+98+81=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 98 - color contains mainly: green. Hex color #306251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306251 is #CF9DAE. Grayscale: #515151. Windows color (decimal): -13606319 or 5333552. OLE color: 5333552.

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

Color convert

RGB489881-
CMYK0.5100.170.62
HSL159.6º34.25%28.63%-
HSV(B)159.6º51.02%38.43%-
XYZ7.079.969.33-
YUV81.11127.94104.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 98 (38.67% from 255) = 43.17%
BLUE value IS 81 (32.03% from 255) = 35.68%
R=21.15%
G=43.17%
B=35.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4898810.5100.170.62159.634.2528.63
Hex306251330113Ea0221d
Octal6014212163021762404235
Binary110000110001010100011100110100011111101010000010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306251; }

 p { color: rgb(48,98,81); }

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

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

 a { background-color: rgb(48,98,81); }

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

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

 span { border-color: rgb(48,98,81); }

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