#307A76

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

Shades of Elm #307A76

Tints of Elm #307A76

Color information

#307A76 (or 0x307A76) is unknown color: approx Elm. HEX triplet: 30, 7A and 76. RGB value is (48,122,118). Sum of RGB (Red+Green+Blue) = 48+122+118=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 122 - color contains mainly: green. Hex color #307A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307A76 is #CF8589. Grayscale: #636363. Windows color (decimal): -13600138 or 7764528. OLE color: 7764528.

HSL color Cylindrical-coordinate representation of color #307A76: hue angle of 176.76º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307A76 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB48122118-
CMYK0.6100.030.52
HSL176.76º43.53%33.33%-
HSV(B)176.76º60.66%47.84%-
XYZ11.4515.8619.6-
YUV99.42138.4891.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.67%
GREEN value IS 122 (48.05% from 255) = 42.36%
BLUE value IS 118 (46.48% from 255) = 40.97%
R=16.67%
G=42.36%
B=40.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal481221180.6100.030.52176.7643.5333.33
Hex307A763D0334b12c21
Octal601721667503642615441
Binary1100001111010111011011110101111010010110001101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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