#305C4C

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

Shades of Spectra #305C4C

Tints of Spectra #305C4C

Color information

#305C4C (or 0x305C4C) is unknown color: approx Spectra. HEX triplet: 30, 5C and 4C. RGB value is (48,92,76). Sum of RGB (Red+Green+Blue) = 48+92+76=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 92 (36.33% from 255 or 42.59% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 92 - color contains mainly: green. Hex color #305C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305C4C is #CFA3B3. Grayscale: #4D4D4D. Windows color (decimal): -13607860 or 5004336. OLE color: 5004336.

HSL color Cylindrical-coordinate representation of color #305C4C: hue angle of 158.18º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #305C4C is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.

Color convert

RGB489276-
CMYK0.4800.170.64
HSL158.18º31.43%27.45%-
HSV(B)158.18º47.83%36.08%-
XYZ6.358.88.2-
YUV77.02127.42107.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.22%
GREEN value IS 92 (36.33% from 255) = 42.59%
BLUE value IS 76 (30.08% from 255) = 35.19%
R=22.22%
G=42.59%
B=35.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4892760.4800.170.64158.1831.4327.45
Hex305C4C30011409e1f1b
Octal60134114600211002363733
Binary110000101110010011001100000100011000000100111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305C4C; }

 p { color: rgb(48,92,76); }

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

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

 a { background-color: rgb(48,92,76); }

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

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

 span { border-color: rgb(48,92,76); }

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