#306750

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

Shades of Spectra #306750

Tints of Spectra #306750

Color information

#306750 (or 0x306750) is unknown color: approx Spectra. HEX triplet: 30, 67 and 50. RGB value is (48,103,80). Sum of RGB (Red+Green+Blue) = 48+103+80=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 103 - color contains mainly: green. Hex color #306750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306750 is #CF98AF. Grayscale: #535353. Windows color (decimal): -13605040 or 5269296. OLE color: 5269296.

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

Color convert

RGB4810380-
CMYK0.5300.220.60
HSL154.91º36.42%29.61%-
HSV(B)154.91º53.4%40.39%-
XYZ7.5210.919.3-
YUV83.93125.78102.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.78%
GREEN value IS 103 (40.62% from 255) = 44.59%
BLUE value IS 80 (31.64% from 255) = 34.63%
R=20.78%
G=44.59%
B=34.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48103800.5300.220.60154.9136.4229.61
Hex306750350163C9b241e
Octal6014712065026742334436
Binary110000110011110100001101010101101111001001101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306750; }

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

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

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

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

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

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

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

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