#308981

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

Shades of Elm #308981

Tints of Elm #308981

Color information

#308981 (or 0x308981) is unknown color: approx Elm. HEX triplet: 30, 89 and 81. RGB value is (48,137,129). Sum of RGB (Red+Green+Blue) = 48+137+129=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #308981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308981 is #CF767E. Grayscale: #6D6D6D. Windows color (decimal): -13596287 or 8489264. OLE color: 8489264.

HSL color Cylindrical-coordinate representation of color #308981: hue angle of 174.61º 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 #308981 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB48137129-
CMYK0.6500.060.46
HSL174.61º48.11%36.27%-
HSV(B)174.61º64.96%53.73%-
XYZ14.1320.123.9-
YUV109.48139.0184.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.29%
GREEN value IS 137 (53.91% from 255) = 43.63%
BLUE value IS 129 (50.78% from 255) = 41.08%
R=15.29%
G=43.63%
B=41.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481371290.6500.060.46174.6148.1136.27
Hex30898141062Eaf3024
Octal6021120110106562576044
Binary11000010001001100000011000001011010111010101111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308981; }

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

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

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

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

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

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

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

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