#308377

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

Shades of Elm #308377

Tints of Elm #308377

Color information

#308377 (or 0x308377) is unknown color: approx Elm. HEX triplet: 30, 83 and 77. RGB value is (48,131,119). Sum of RGB (Red+Green+Blue) = 48+131+119=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 131 - color contains mainly: green. Hex color #308377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308377 is #CF7C88. Grayscale: #686868. Windows color (decimal): -13597833 or 7832368. OLE color: 7832368.

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

Color convert

RGB48131119-
CMYK0.6300.090.49
HSL171.33º46.37%35.1%-
HSV(B)171.33º63.36%51.37%-
XYZ12.6618.1920.3-
YUV104.8213687.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.11%
GREEN value IS 131 (51.56% from 255) = 43.96%
BLUE value IS 119 (46.88% from 255) = 39.93%
R=16.11%
G=43.96%
B=39.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481311190.6300.090.49171.3346.3735.1
Hex3083773F0931ab2e23
Octal6020316777011612535643
Binary1100001000001111101111111110100111000110101011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308377; }

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

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

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

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

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

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

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

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