Html Css Color HEX #308377 Elm

📋 copy color: '#308377'

red 48 ◦ green 131 ◦ blue 119

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

Shades of Elm #308377

Tints of Elm #308377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.96%

 BLUE value IS 119 (46.88% from 255) = 39.93%

R = 16.11%
G = 43.96%
B = 39.93%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#308377 (or 0x308377) is known color: Elm. HEX triplet: 30, 83 and 77. RGB value is (48,131,119). Sum of RGB (Red+Green+Blue) = 48+131+119=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 131 - color contains mainly: green. Hex color #308377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308377 is #CF7C88. Grayscale: #686868. Windows color (decimal): -13597833 or 7832368. OLE color: 7832368.

HSL color Cylindrical-coordinate representation of color #308377: hue angle of 171.33º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308377 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 131 119 -
CMYK 0.63 0 0.09 0.49
HSL 171.33º 0.46% 0.35% -
HSV(B) 171.33º 0.63% 0.51% -
XYZ 12.67 18.19 20.3 -
YUV 104.82 136 87.48 -
System Red Green Blue C M Y K H S L
Decimal 48 131 119 0.63 0 0.09 0.49 171.33 0.46 0.35
Hex 30 83 77 3F 0 9 31 AB 2E 23
Octal 60 203 167 77 0 11 61 253 56 43
Binary 110000 10000011 1110111 111111 0 1001 110001 10101011 101110 100011

Color Harmonies of #308377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308377

Black with #308377

Text Example


Text Example

White with #308377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308377; }

 p { color: rgb(48,131,119); }

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

background-color css

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

 a { background-color: rgb(48,131,119); }

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

border-color css

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

 span { border-color: rgb(48,131,119); }

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