#306754

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

Shades of Spectra #306754

Tints of Spectra #306754

Color information

#306754 (or 0x306754) is unknown color: approx Spectra. HEX triplet: 30, 67 and 54. RGB value is (48,103,84). Sum of RGB (Red+Green+Blue) = 48+103+84=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 103 - color contains mainly: green. Hex color #306754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306754 is #CF98AB. Grayscale: #545454. Windows color (decimal): -13605036 or 5531440. OLE color: 5531440.

HSL color Cylindrical-coordinate representation of color #306754: hue angle of 159.27º 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 #306754 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB4810384-
CMYK0.5300.180.60
HSL159.27º36.42%29.61%-
HSV(B)159.27º53.4%40.39%-
XYZ7.6710.9710.1-
YUV84.39127.78102.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.43%
GREEN value IS 103 (40.62% from 255) = 43.83%
BLUE value IS 84 (33.20% from 255) = 35.74%
R=20.43%
G=43.83%
B=35.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48103840.5300.180.60159.2736.4229.61
Hex306754350123C9f241e
Octal6014712465022742374436
Binary110000110011110101001101010100101111001001111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306754; }

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

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

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

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

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

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

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

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