#307270

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

Shades of Elm #307270

Tints of Elm #307270

Color information

#307270 (or 0x307270) is unknown color: approx Elm. HEX triplet: 30, 72 and 70. RGB value is (48,114,112). Sum of RGB (Red+Green+Blue) = 48+114+112=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 114 - color contains mainly: green. Hex color #307270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307270 is #CF8D8F. Grayscale: #5D5D5D. Windows color (decimal): -13602192 or 7369264. OLE color: 7369264.

HSL color Cylindrical-coordinate representation of color #307270: hue angle of 178.18º 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 #307270 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB48114112-
CMYK0.5800.020.55
HSL178.18º40.74%31.76%-
HSV(B)178.18º57.89%44.71%-
XYZ10.1613.8317.46-
YUV94.04138.1395.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.52%
GREEN value IS 114 (44.92% from 255) = 41.61%
BLUE value IS 112 (44.14% from 255) = 40.88%
R=17.52%
G=41.61%
B=40.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal481141120.5800.020.55178.1840.7431.76
Hex3072703A0237b22920
Octal601621607202672625140
Binary1100001110010111000011101001011011110110010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307270; }

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

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

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

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

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

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

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

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