#30817C

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

Shades of Elm #30817C

Tints of Elm #30817C

Color information

#30817C (or 0x30817C) is unknown color: approx Elm. HEX triplet: 30, 81 and 7C. RGB value is (48,129,124). Sum of RGB (Red+Green+Blue) = 48+129+124=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 129 - color contains mainly: green. Hex color #30817C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30817C is #CF7E83. Grayscale: #686868. Windows color (decimal): -13598340 or 8159536. OLE color: 8159536.

HSL color Cylindrical-coordinate representation of color #30817C: hue angle of 176.3º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30817C is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB48129124-
CMYK0.6300.040.49
HSL176.3º45.76%34.71%-
HSV(B)176.3º62.79%50.59%-
XYZ12.7117.7821.83-
YUV104.21139.1687.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.95%
GREEN value IS 129 (50.78% from 255) = 42.86%
BLUE value IS 124 (48.83% from 255) = 41.20%
R=15.95%
G=42.86%
B=41.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481291240.6300.040.49176.345.7634.71
Hex30817C3F0431b02e23
Octal602011747704612605643
Binary110000100000011111100111111010011000110110000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30817C; }

 p { color: rgb(48,129,124); }

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

<style>
 a { background-color: #30817C; }

 a { background-color: rgb(48,129,124); }

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

<style>
 span { border-color: #30817C; }

 span { border-color: rgb(48,129,124); }

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