Html Css Color HEX #308778 Elm

📋 copy color: '#308778'

red 48 ◦ green 135 ◦ blue 120

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

Shades of Elm #308778

Tints of Elm #308778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.6%

R = 15.84%
G = 44.55%
B = 39.6%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#308778 (or 0x308778) is known color: Elm. HEX triplet: 30, 87 and 78. RGB value is (48,135,120). Sum of RGB (Red+Green+Blue) = 48+135+120=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 135 - color contains mainly: green. Hex color #308778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308778 is #CF7887. Grayscale: #6B6B6B. Windows color (decimal): -13596808 or 7898928. OLE color: 7898928.

HSL color Cylindrical-coordinate representation of color #308778: hue angle of 169.66º 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 #308778 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 135 120 -
CMYK 0.64 0 0.11 0.47
HSL 169.66º 0.48% 0.36% -
HSV(B) 169.66º 0.64% 0.53% -
XYZ 13.27 19.31 20.8 -
YUV 107.28 135.18 85.72 -
System Red Green Blue C M Y K H S L
Decimal 48 135 120 0.64 0 0.11 0.47 169.66 0.48 0.36
Hex 30 87 78 40 0 B 2F AA 30 24
Octal 60 207 170 100 0 13 57 252 60 44
Binary 110000 10000111 1111000 1000000 0 1011 101111 10101010 110000 100100

Color Harmonies of #308778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308778

Black with #308778

Text Example


Text Example

White with #308778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308778; }

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

 H1.HeaderClassName
 {
   color: #308778;
 }
 .AnyTagClassName
 {
   color: #308778;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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