#308C7A

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

Shades of Elm #308C7A

Tints of Elm #308C7A

Color information

#308C7A (or 0x308C7A) is unknown color: approx Elm. HEX triplet: 30, 8C and 7A. RGB value is (48,140,122). Sum of RGB (Red+Green+Blue) = 48+140+122=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 140 (55.08% from 255 or 45.16% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 140 - color contains mainly: green. Hex color #308C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308C7A is #CF7385. Grayscale: #6E6E6E. Windows color (decimal): -13595526 or 8031280. OLE color: 8031280.

HSL color Cylindrical-coordinate representation of color #308C7A: hue angle of 168.26º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308C7A is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB48140122-
CMYK0.6600.130.45
HSL168.26º48.94%36.86%-
HSV(B)168.26º65.71%54.9%-
XYZ14.1120.7921.68-
YUV110.44134.5283.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.48%
GREEN value IS 140 (55.08% from 255) = 45.16%
BLUE value IS 122 (48.05% from 255) = 39.35%
R=15.48%
G=45.16%
B=39.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481401220.6600.130.45168.2648.9436.86
Hex308C7A420D2Da83125
Octal60214172102015552506145
Binary11000010001100111101010000100110110110110101000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308C7A; }

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

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

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

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

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

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

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

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