#308A7A

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

Shades of Elm #308A7A

Tints of Elm #308A7A

Color information

#308A7A (or 0x308A7A) is unknown color: approx Elm. HEX triplet: 30, 8A and 7A. RGB value is (48,138,122). Sum of RGB (Red+Green+Blue) = 48+138+122=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 138 - color contains mainly: green. Hex color #308A7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308A7A is #CF7585. Grayscale: #6D6D6D. Windows color (decimal): -13596038 or 8030768. OLE color: 8030768.

HSL color Cylindrical-coordinate representation of color #308A7A: hue angle of 169.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308A7A is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB48138122-
CMYK0.6500.120.46
HSL169.33º48.39%36.47%-
HSV(B)169.33º65.22%54.12%-
XYZ13.8220.2121.58-
YUV109.27135.1884.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.58%
GREEN value IS 138 (54.30% from 255) = 44.81%
BLUE value IS 122 (48.05% from 255) = 39.61%
R=15.58%
G=44.81%
B=39.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481381220.6500.120.46169.3348.3936.47
Hex308A7A410C2Ea93024
Octal60212172101014562516044
Binary11000010001010111101010000010110010111010101001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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