#30827D

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

Shades of Elm #30827D

Tints of Elm #30827D

Color information

#30827D (or 0x30827D) is unknown color: approx Elm. HEX triplet: 30, 82 and 7D. RGB value is (48,130,125). Sum of RGB (Red+Green+Blue) = 48+130+125=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #30827D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30827D is #CF7D82. Grayscale: #686868. Windows color (decimal): -13598083 or 8225328. OLE color: 8225328.

HSL color Cylindrical-coordinate representation of color #30827D: hue angle of 176.34º 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 #30827D is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB48130125-
CMYK0.6300.040.49
HSL176.34º46.07%34.9%-
HSV(B)176.34º63.08%50.98%-
XYZ12.918.0722.21-
YUV104.91139.3387.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.84%
GREEN value IS 130 (51.17% from 255) = 42.90%
BLUE value IS 125 (49.22% from 255) = 41.25%
R=15.84%
G=42.90%
B=41.25%

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
Decimal481301250.6300.040.49176.3446.0734.9
Hex30827D3F0431b02e23
Octal602021757704612605643
Binary110000100000101111101111111010011000110110000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30827D; }

 p { color: rgb(48,130,125); }

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

<style>
 a { background-color: #30827D; }

 a { background-color: rgb(48,130,125); }

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

<style>
 span { border-color: #30827D; }

 span { border-color: rgb(48,130,125); }

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