#306752

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

Shades of Spectra #306752

Tints of Spectra #306752

Color information

#306752 (or 0x306752) is unknown color: approx Spectra. HEX triplet: 30, 67 and 52. RGB value is (48,103,82). Sum of RGB (Red+Green+Blue) = 48+103+82=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 103 - color contains mainly: green. Hex color #306752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306752 is #CF98AD. Grayscale: #545454. Windows color (decimal): -13605038 or 5400368. OLE color: 5400368.

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

Color convert

RGB4810382-
CMYK0.5300.200.60
HSL157.09º36.42%29.61%-
HSV(B)157.09º53.4%40.39%-
XYZ7.5910.949.69-
YUV84.16126.78102.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 103 (40.62% from 255) = 44.21%
BLUE value IS 82 (32.42% from 255) = 35.19%
R=20.60%
G=44.21%
B=35.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48103820.5300.200.60157.0936.4229.61
Hex306752350143C9d241e
Octal6014712265024742354436
Binary110000110011110100101101010101001111001001110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306752; }

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

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

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

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

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

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

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

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