#308477

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

Shades of Elm #308477

Tints of Elm #308477

Color information

#308477 (or 0x308477) is unknown color: approx Elm. HEX triplet: 30, 84 and 77. RGB value is (48,132,119). Sum of RGB (Red+Green+Blue) = 48+132+119=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 132 - color contains mainly: green. Hex color #308477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308477 is #CF7B88. Grayscale: #696969. Windows color (decimal): -13597577 or 7832624. OLE color: 7832624.

HSL color Cylindrical-coordinate representation of color #308477: hue angle of 170.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308477 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB48132119-
CMYK0.6400.100.48
HSL170.71º46.67%35.29%-
HSV(B)170.71º63.64%51.76%-
XYZ12.818.4620.34-
YUV105.4135.6787.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.05%
GREEN value IS 132 (51.95% from 255) = 44.15%
BLUE value IS 119 (46.88% from 255) = 39.80%
R=16.05%
G=44.15%
B=39.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal481321190.6400.100.48170.7146.6735.29
Hex308477400A30ab2f23
Octal60204167100012602535743
Binary11000010000100111011110000000101011000010101011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308477; }

 p { color: rgb(48,132,119); }

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

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

 a { background-color: rgb(48,132,119); }

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

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

 span { border-color: rgb(48,132,119); }

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