Html Css Color HEX #308376 Elm

📋 copy color: '#308376'

red 48 ◦ green 131 ◦ blue 118

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

Shades of Elm #308376

Tints of Elm #308376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 39.73%

R = 16.16%
G = 44.11%
B = 39.73%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#308376 (or 0x308376) is known color: Elm. HEX triplet: 30, 83 and 76. RGB value is (48,131,118). Sum of RGB (Red+Green+Blue) = 48+131+118=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 131 - color contains mainly: green. Hex color #308376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308376 is #CF7C89. Grayscale: #686868. Windows color (decimal): -13597834 or 7766832. OLE color: 7766832.

HSL color Cylindrical-coordinate representation of color #308376: hue angle of 170.6º 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 #308376 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 131 118 -
CMYK 0.63 0 0.10 0.49
HSL 170.6º 0.46% 0.35% -
HSV(B) 170.6º 0.63% 0.51% -
XYZ 12.61 18.17 19.98 -
YUV 104.7 135.5 87.56 -
System Red Green Blue C M Y K H S L
Decimal 48 131 118 0.63 0 0.10 0.49 170.6 0.46 0.35
Hex 30 83 76 3F 0 A 31 AB 2E 23
Octal 60 203 166 77 0 12 61 253 56 43
Binary 110000 10000011 1110110 111111 0 1010 110001 10101011 101110 100011

Color Harmonies of #308376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308376

Black with #308376

Text Example


Text Example

White with #308376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308376; }

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

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

background-color css

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

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

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

border-color css

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

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

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