#30847A

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

Shades of Elm #30847A

Tints of Elm #30847A

Color information

#30847A (or 0x30847A) is unknown color: approx Elm. HEX triplet: 30, 84 and 7A. RGB value is (48,132,122). Sum of RGB (Red+Green+Blue) = 48+132+122=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #30847A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30847A is #CF7B85. Grayscale: #696969. Windows color (decimal): -13597574 or 8029232. OLE color: 8029232.

HSL color Cylindrical-coordinate representation of color #30847A: hue angle of 172.86º 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 #30847A is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB48132122-
CMYK0.6400.080.48
HSL172.86º46.67%35.29%-
HSV(B)172.86º63.64%51.76%-
XYZ12.9818.5421.31-
YUV105.74137.1786.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.89%
GREEN value IS 132 (51.95% from 255) = 43.71%
BLUE value IS 122 (48.05% from 255) = 40.40%
R=15.89%
G=43.71%
B=40.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal481321220.6400.080.48172.8646.6735.29
Hex30847A400830ad2f23
Octal60204172100010602555743
Binary11000010000100111101010000000100011000010101101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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