#307976

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

Shades of Elm #307976

Tints of Elm #307976

Color information

#307976 (or 0x307976) is unknown color: approx Elm. HEX triplet: 30, 79 and 76. RGB value is (48,121,118). Sum of RGB (Red+Green+Blue) = 48+121+118=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 121 - color contains mainly: green. Hex color #307976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307976 is #CF8689. Grayscale: #626262. Windows color (decimal): -13600394 or 7764272. OLE color: 7764272.

HSL color Cylindrical-coordinate representation of color #307976: hue angle of 177.53º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307976 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB48121118-
CMYK0.6000.020.53
HSL177.53º43.2%33.14%-
HSV(B)177.53º60.33%47.45%-
XYZ11.3315.6119.56-
YUV98.83138.8291.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.72%
GREEN value IS 121 (47.66% from 255) = 42.16%
BLUE value IS 118 (46.48% from 255) = 41.11%
R=16.72%
G=42.16%
B=41.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal481211180.6000.020.53177.5343.233.14
Hex3079763C0235b22b21
Octal601711667402652625341
Binary1100001111001111011011110001011010110110010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307976; }

 p { color: rgb(48,121,118); }

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

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

 a { background-color: rgb(48,121,118); }

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

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

 span { border-color: rgb(48,121,118); }

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