#306252

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

Shades of Spectra #306252

Tints of Spectra #306252

Color information

#306252 (or 0x306252) is unknown color: approx Spectra. HEX triplet: 30, 62 and 52. RGB value is (48,98,82). Sum of RGB (Red+Green+Blue) = 48+98+82=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #306252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306252 is #CF9DAD. Grayscale: #515151. Windows color (decimal): -13606318 or 5399088. OLE color: 5399088.

HSL color Cylindrical-coordinate representation of color #306252: hue angle of 160.8º 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 #306252 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB489882-
CMYK0.5100.160.62
HSL160.8º34.25%28.63%-
HSV(B)160.8º51.02%38.43%-
XYZ7.119.979.53-
YUV81.23128.44104.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 98 (38.67% from 255) = 42.98%
BLUE value IS 82 (32.42% from 255) = 35.96%
R=21.05%
G=42.98%
B=35.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4898820.5100.160.62160.834.2528.63
Hex306252330103Ea1221d
Octal6014212263020762414235
Binary110000110001010100101100110100001111101010000110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306252; }

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

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

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

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

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

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

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

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