#307370

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

Shades of Elm #307370

Tints of Elm #307370

Color information

#307370 (or 0x307370) is unknown color: approx Elm. HEX triplet: 30, 73 and 70. RGB value is (48,115,112). Sum of RGB (Red+Green+Blue) = 48+115+112=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 115 - color contains mainly: green. Hex color #307370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307370 is #CF8C8F. Grayscale: #5E5E5E. Windows color (decimal): -13601936 or 7369520. OLE color: 7369520.

HSL color Cylindrical-coordinate representation of color #307370: hue angle of 177.31º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307370 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB48115112-
CMYK0.5800.030.55
HSL177.31º41.1%31.96%-
HSV(B)177.31º58.26%45.1%-
XYZ10.2714.0617.5-
YUV94.62137.894.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.45%
GREEN value IS 115 (45.31% from 255) = 41.82%
BLUE value IS 112 (44.14% from 255) = 40.73%
R=17.45%
G=41.82%
B=40.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal481151120.5800.030.55177.3141.131.96
Hex3073703A0337b12920
Octal601631607203672615140
Binary1100001110011111000011101001111011110110001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307370; }

 p { color: rgb(48,115,112); }

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

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

 a { background-color: rgb(48,115,112); }

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

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

 span { border-color: rgb(48,115,112); }

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