#30827A

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

Shades of Elm #30827A

Tints of Elm #30827A

Color information

#30827A (or 0x30827A) is unknown color: approx Elm. HEX triplet: 30, 82 and 7A. RGB value is (48,130,122). Sum of RGB (Red+Green+Blue) = 48+130+122=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #30827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30827A is #CF7D85. Grayscale: #686868. Windows color (decimal): -13598086 or 8028720. OLE color: 8028720.

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

Color convert

RGB48130122-
CMYK0.6300.060.49
HSL174.15º46.07%34.9%-
HSV(B)174.15º63.08%50.98%-
XYZ12.711821.22-
YUV104.57137.8387.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16%
GREEN value IS 130 (51.17% from 255) = 43.33%
BLUE value IS 122 (48.05% from 255) = 40.67%
R=16%
G=43.33%
B=40.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481301220.6300.060.49174.1546.0734.9
Hex30827A3F0631ae2e23
Octal602021727706612565643
Binary110000100000101111010111111011011000110101110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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