Html Css Color HEX #308B79 Elm

📋 copy color: '#308B79'

red 48 ◦ green 139 ◦ blue 121

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

Shades of Elm #308B79

Tints of Elm #308B79

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.13%

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

R = 15.58%
G = 45.13%
B = 39.29%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#308B79 (or 0x308B79) is known color: Elm. HEX triplet: 30, 8B and 79. RGB value is (48,139,121). Sum of RGB (Red+Green+Blue) = 48+139+121=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 139 - color contains mainly: green. Hex color #308B79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308B79 is #CF7486. Grayscale: #6D6D6D. Windows color (decimal): -13595783 or 7965488. OLE color: 7965488.

HSL color Cylindrical-coordinate representation of color #308B79: hue angle of 168.13º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308B79 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 139 121 -
CMYK 0.65 0 0.13 0.45
HSL 168.13º 0.49% 0.37% -
HSV(B) 168.13º 0.65% 0.55% -
XYZ 13.9 20.47 21.31 -
YUV 109.74 134.35 83.96 -
System Red Green Blue C M Y K H S L
Decimal 48 139 121 0.65 0 0.13 0.45 168.13 0.49 0.37
Hex 30 8B 79 41 0 D 2D A8 31 25
Octal 60 213 171 101 0 15 55 250 61 45
Binary 110000 10001011 1111001 1000001 0 1101 101101 10101000 110001 100101

Color Harmonies of #308B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308B79

Black with #308B79

Text Example


Text Example

White with #308B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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