#308779

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

Shades of Elm #308779

Tints of Elm #308779

Color information

#308779 (or 0x308779) is unknown color: approx Elm. HEX triplet: 30, 87 and 79. RGB value is (48,135,121). Sum of RGB (Red+Green+Blue) = 48+135+121=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #308779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308779 is #CF7886. Grayscale: #6B6B6B. Windows color (decimal): -13596807 or 7964464. OLE color: 7964464.

HSL color Cylindrical-coordinate representation of color #308779: hue angle of 170.34º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308779 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB48135121-
CMYK0.6400.100.47
HSL170.34º47.54%35.88%-
HSV(B)170.34º64.44%52.94%-
XYZ13.3319.3421.12-
YUV107.39135.6885.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.79%
GREEN value IS 135 (53.12% from 255) = 44.41%
BLUE value IS 121 (47.66% from 255) = 39.80%
R=15.79%
G=44.41%
B=39.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal481351210.6400.100.47170.3447.5435.88
Hex308779400A2Faa3024
Octal60207171100012572526044
Binary11000010000111111100110000000101010111110101010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308779; }

 p { color: rgb(48,135,121); }

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

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

 a { background-color: rgb(48,135,121); }

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

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

 span { border-color: rgb(48,135,121); }

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