#307F7A

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

Shades of Elm #307F7A

Tints of Elm #307F7A

Color information

#307F7A (or 0x307F7A) is unknown color: approx Elm. HEX triplet: 30, 7F and 7A. RGB value is (48,127,122). Sum of RGB (Red+Green+Blue) = 48+127+122=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 127 - color contains mainly: green. Hex color #307F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307F7A is #CF8085. Grayscale: #666666. Windows color (decimal): -13598854 or 8027952. OLE color: 8027952.

HSL color Cylindrical-coordinate representation of color #307F7A: hue angle of 176.2º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307F7A is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB48127122-
CMYK0.6200.040.50
HSL176.2º45.14%34.31%-
HSV(B)176.2º62.2%49.8%-
XYZ12.3217.2121.09-
YUV102.81138.8388.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.16%
GREEN value IS 127 (50% from 255) = 42.76%
BLUE value IS 122 (48.05% from 255) = 41.08%
R=16.16%
G=42.76%
B=41.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal481271220.6200.040.50176.245.1434.31
Hex307F7A3E0432b02d22
Octal601771727604622605542
Binary11000011111111111010111110010011001010110000101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307F7A; }

 p { color: rgb(48,127,122); }

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

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

 a { background-color: rgb(48,127,122); }

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

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

 span { border-color: rgb(48,127,122); }

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