#307975

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

Shades of Elm #307975

Tints of Elm #307975

Color information

#307975 (or 0x307975) is unknown color: approx Elm. HEX triplet: 30, 79 and 75. RGB value is (48,121,117). Sum of RGB (Red+Green+Blue) = 48+121+117=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 121 - color contains mainly: green. Hex color #307975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307975 is #CF868A. Grayscale: #626262. Windows color (decimal): -13600395 or 7698736. OLE color: 7698736.

HSL color Cylindrical-coordinate representation of color #307975: hue angle of 176.71º 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 #307975 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB48121117-
CMYK0.6000.030.53
HSL176.71º43.2%33.14%-
HSV(B)176.71º60.33%47.45%-
XYZ11.2715.5919.24-
YUV98.72138.3291.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.78%
GREEN value IS 121 (47.66% from 255) = 42.31%
BLUE value IS 117 (46.09% from 255) = 40.91%
R=16.78%
G=42.31%
B=40.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal481211170.6000.030.53176.7143.233.14
Hex3079753C0335b12b21
Octal601711657403652615341
Binary1100001111001111010111110001111010110110001101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307975; }

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

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

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

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

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

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

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

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