#30644B

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

Shades of Spectra #30644B

Tints of Spectra #30644B

Color information

#30644B (or 0x30644B) is unknown color: approx Spectra. HEX triplet: 30, 64 and 4B. RGB value is (48,100,75). Sum of RGB (Red+Green+Blue) = 48+100+75=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 100 - color contains mainly: green. Hex color #30644B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30644B is #CF9BB4. Grayscale: #515151. Windows color (decimal): -13605813 or 4940848. OLE color: 4940848.

HSL color Cylindrical-coordinate representation of color #30644B: hue angle of 151.15º 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 #30644B is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB4810075-
CMYK0.5200.250.61
HSL151.15º35.14%29.02%-
HSV(B)151.15º52%39.22%-
XYZ7.0510.258.26-
YUV81.6124.27104.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.52%
GREEN value IS 100 (39.45% from 255) = 44.84%
BLUE value IS 75 (29.69% from 255) = 33.63%
R=21.52%
G=44.84%
B=33.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal48100750.5200.250.61151.1535.1429.02
Hex30644B340193D97231d
Octal6014411364031752274335
Binary110000110010010010111101000110011111011001011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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