#307572

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

Shades of Elm #307572

Tints of Elm #307572

Color information

#307572 (or 0x307572) is unknown color: approx Elm. HEX triplet: 30, 75 and 72. RGB value is (48,117,114). Sum of RGB (Red+Green+Blue) = 48+117+114=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 117 - color contains mainly: green. Hex color #307572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307572 is #CF8A8D. Grayscale: #5F5F5F. Windows color (decimal): -13601422 or 7501104. OLE color: 7501104.

HSL color Cylindrical-coordinate representation of color #307572: hue angle of 177.39º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307572 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB48117114-
CMYK0.5900.030.54
HSL177.39º41.82%32.35%-
HSV(B)177.39º58.97%45.88%-
XYZ10.6214.5718.17-
YUV96.03138.1493.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.20%
GREEN value IS 117 (46.09% from 255) = 41.94%
BLUE value IS 114 (44.92% from 255) = 40.86%
R=17.20%
G=41.94%
B=40.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal481171140.5900.030.54177.3941.8232.35
Hex3075723B0336b12a20
Octal601651627303662615240
Binary1100001110101111001011101101111011010110001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307572; }

 p { color: rgb(48,117,114); }

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

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

 a { background-color: rgb(48,117,114); }

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

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

 span { border-color: rgb(48,117,114); }

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