#308982

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

Shades of Elm #308982

Tints of Elm #308982

Color information

#308982 (or 0x308982) is unknown color: approx Elm. HEX triplet: 30, 89 and 82. RGB value is (48,137,130). Sum of RGB (Red+Green+Blue) = 48+137+130=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #308982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308982 is #CF767D. Grayscale: #6D6D6D. Windows color (decimal): -13596286 or 8554800. OLE color: 8554800.

HSL color Cylindrical-coordinate representation of color #308982: hue angle of 175.28º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308982 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB48137130-
CMYK0.6500.050.46
HSL175.28º48.11%36.27%-
HSV(B)175.28º64.96%53.73%-
XYZ14.1920.1324.26-
YUV109.59139.5184.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.24%
GREEN value IS 137 (53.91% from 255) = 43.49%
BLUE value IS 130 (51.17% from 255) = 41.27%
R=15.24%
G=43.49%
B=41.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481371300.6500.050.46175.2848.1136.27
Hex30898241052Eaf3024
Octal6021120210105562576044
Binary11000010001001100000101000001010110111010101111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308982; }

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

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

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

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

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

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

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

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