#30847E

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

Shades of Elm #30847E

Tints of Elm #30847E

Color information

#30847E (or 0x30847E) is unknown color: approx Elm. HEX triplet: 30, 84 and 7E. RGB value is (48,132,126). Sum of RGB (Red+Green+Blue) = 48+132+126=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 132 - color contains mainly: green. Hex color #30847E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30847E is #CF7B81. Grayscale: #6A6A6A. Windows color (decimal): -13597570 or 8291376. OLE color: 8291376.

HSL color Cylindrical-coordinate representation of color #30847E: hue angle of 175.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30847E is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB48132126-
CMYK0.6400.050.48
HSL175.71º46.67%35.29%-
HSV(B)175.71º63.64%51.76%-
XYZ13.2418.6422.64-
YUV106.2139.1786.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.69%
GREEN value IS 132 (51.95% from 255) = 43.14%
BLUE value IS 126 (49.61% from 255) = 41.18%
R=15.69%
G=43.14%
B=41.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal481321260.6400.050.48175.7146.6735.29
Hex30847E400530b02f23
Octal6020417610005602605743
Binary1100001000010011111101000000010111000010110000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,132,126); }

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

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

 a { background-color: rgb(48,132,126); }

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

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

 span { border-color: rgb(48,132,126); }

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