#30644F

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

Shades of Spectra #30644F

Tints of Spectra #30644F

Color information

#30644F (or 0x30644F) is unknown color: approx Spectra. HEX triplet: 30, 64 and 4F. RGB value is (48,100,79). Sum of RGB (Red+Green+Blue) = 48+100+79=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 100 - color contains mainly: green. Hex color #30644F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30644F is #CF9BB0. Grayscale: #525252. Windows color (decimal): -13605809 or 5202992. OLE color: 5202992.

HSL color Cylindrical-coordinate representation of color #30644F: hue angle of 155.77º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #30644F is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB4810079-
CMYK0.5200.210.61
HSL155.77º35.14%29.02%-
HSV(B)155.77º52%39.22%-
XYZ7.1910.319.01-
YUV82.06126.27103.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 100 (39.45% from 255) = 44.05%
BLUE value IS 79 (31.25% from 255) = 34.80%
R=21.15%
G=44.05%
B=34.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal48100790.5200.210.61155.7735.1429.02
Hex30644F340153D9c231d
Octal6014411764025752344335
Binary110000110010010011111101000101011111011001110010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30644F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30644F; }

 p { color: rgb(48,100,79); }

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

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

 a { background-color: rgb(48,100,79); }

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

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

 span { border-color: rgb(48,100,79); }

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