#30634F

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

Shades of Spectra #30634F

Tints of Spectra #30634F

Color information

#30634F (or 0x30634F) is unknown color: approx Spectra. HEX triplet: 30, 63 and 4F. RGB value is (48,99,79). Sum of RGB (Red+Green+Blue) = 48+99+79=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 99 - color contains mainly: green. Hex color #30634F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30634F is #CF9CB0. Grayscale: #515151. Windows color (decimal): -13606065 or 5202736. OLE color: 5202736.

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

Color convert

RGB489979-
CMYK0.5200.200.61
HSL156.47º34.69%28.82%-
HSV(B)156.47º51.52%38.82%-
XYZ7.0910.128.98-
YUV81.47126.6104.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.24%
GREEN value IS 99 (39.06% from 255) = 43.81%
BLUE value IS 79 (31.25% from 255) = 34.96%
R=21.24%
G=43.81%
B=34.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4899790.5200.200.61156.4734.6928.82
Hex30634F340143D9c231d
Octal6014311764024752344335
Binary110000110001110011111101000101001111011001110010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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