Html Css Color HEX #308779 Elm

📋 copy color: '#308779'

red 48 ◦ green 135 ◦ blue 121

#308779
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #308779

Tints of Elm #308779

RGB

 RED value IS 48 (19.14% from 255) = 15.79%

 GREEN value IS 135 (53.13% from 255) = 44.41%

 BLUE value IS 121 (47.66% from 255) = 39.8%

R = 15.79%
G = 44.41%
B = 39.8%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#308779 (or 0x308779) is known color: 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

RGB 48 135 121 -
CMYK 0.64 0 0.10 0.47
HSL 170.34º 0.48% 0.36% -
HSV(B) 170.34º 0.64% 0.53% -
XYZ 13.33 19.34 21.12 -
YUV 107.39 135.68 85.64 -
System Red Green Blue C M Y K H S L
Decimal 48 135 121 0.64 0 0.10 0.47 170.34 0.48 0.36
Hex 30 87 79 40 0 A 2F AA 30 24
Octal 60 207 171 100 0 12 57 252 60 44
Binary 110000 10000111 1111001 1000000 0 1010 101111 10101010 110000 100100

Color Harmonies of #308779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308779

Black with #308779

Text Example


Text Example

White with #308779

Text Example


Text Example

HTML Codes & Css Web 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>