#306751

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

Shades of Spectra #306751

Tints of Spectra #306751

Color information

#306751 (or 0x306751) is unknown color: approx Spectra. HEX triplet: 30, 67 and 51. RGB value is (48,103,81). Sum of RGB (Red+Green+Blue) = 48+103+81=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 103 - color contains mainly: green. Hex color #306751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306751 is #CF98AE. Grayscale: #545454. Windows color (decimal): -13605039 or 5334832. OLE color: 5334832.

HSL color Cylindrical-coordinate representation of color #306751: hue angle of 156º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #306751 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB4810381-
CMYK0.5300.210.60
HSL156º36.42%29.61%-
HSV(B)156º53.4%40.39%-
XYZ7.5510.929.49-
YUV84.05126.28102.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.69%
GREEN value IS 103 (40.62% from 255) = 44.40%
BLUE value IS 81 (32.03% from 255) = 34.91%
R=20.69%
G=44.40%
B=34.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48103810.5300.210.6015636.4229.61
Hex306751350153C9c241e
Octal6014712165025742344436
Binary110000110011110100011101010101011111001001110010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306751; }

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

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

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

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

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

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

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

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