Html Css Color HEX #308880 Elm

📋 copy color: '#308880'

red 48 ◦ green 136 ◦ blue 128

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

Shades of Elm #308880

Tints of Elm #308880

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.59%

 BLUE value IS 128 (50.39% from 255) = 41.03%

R = 15.38%
G = 43.59%
B = 41.03%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#308880 (or 0x308880) is known color: Elm. HEX triplet: 30, 88 and 80. RGB value is (48,136,128). Sum of RGB (Red+Green+Blue) = 48+136+128=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 136 - color contains mainly: green. Hex color #308880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308880 is #CF777F. Grayscale: #6C6C6C. Windows color (decimal): -13596544 or 8423472. OLE color: 8423472.

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

Color convert

RGB 48 136 128 -
CMYK 0.65 0 0.06 0.47
HSL 174.55º 0.48% 0.36% -
HSV(B) 174.55º 0.65% 0.53% -
XYZ 13.92 19.8 23.51 -
YUV 108.78 138.85 84.65 -
System Red Green Blue C M Y K H S L
Decimal 48 136 128 0.65 0 0.06 0.47 174.55 0.48 0.36
Hex 30 88 80 41 0 6 2F AF 30 24
Octal 60 210 200 101 0 6 57 257 60 44
Binary 110000 10001000 10000000 1000001 0 110 101111 10101111 110000 100100

Color Harmonies of #308880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308880

Black with #308880

Text Example


Text Example

White with #308880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308880; }

 p { color: rgb(48,136,128); }

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

background-color css

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

 a { background-color: rgb(48,136,128); }

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

border-color css

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

 span { border-color: rgb(48,136,128); }

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