#30654E

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

Shades of Spectra #30654E

Tints of Spectra #30654E

Color information

#30654E (or 0x30654E) is unknown color: approx Spectra. HEX triplet: 30, 65 and 4E. RGB value is (48,101,78). Sum of RGB (Red+Green+Blue) = 48+101+78=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 101 - color contains mainly: green. Hex color #30654E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30654E is #CF9AB1. Grayscale: #525252. Windows color (decimal): -13605554 or 5137712. OLE color: 5137712.

HSL color Cylindrical-coordinate representation of color #30654E: hue angle of 153.96º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #30654E is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB4810178-
CMYK0.5200.230.60
HSL153.96º35.57%29.22%-
HSV(B)153.96º52.48%39.61%-
XYZ7.2510.498.85-
YUV82.53125.44103.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 101 (39.84% from 255) = 44.49%
BLUE value IS 78 (30.86% from 255) = 34.36%
R=21.15%
G=44.49%
B=34.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48101780.5200.230.60153.9635.5729.22
Hex30654E340173C9a241d
Octal6014511664027742324435
Binary110000110010110011101101000101111111001001101010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30654E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30654E; }

 p { color: rgb(48,101,78); }

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

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

 a { background-color: rgb(48,101,78); }

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

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

 span { border-color: rgb(48,101,78); }

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