Html Css Color HEX #248676 Elm

📋 copy color: '#248676'

red 36 ◦ green 134 ◦ blue 118

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

Shades of Elm #248676

Tints of Elm #248676

RGB

 RED value IS 36 (14.45% from 255) = 12.5%

 GREEN value IS 134 (52.73% from 255) = 46.53%

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

R = 12.5%
G = 46.53%
B = 40.97%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#248676 (or 0x248676) is known color: Elm. HEX triplet: 24, 86 and 76. RGB value is (36,134,118). Sum of RGB (Red+Green+Blue) = 36+134+118=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 134 - color contains mainly: green. Hex color #248676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248676 is #DB7989. Grayscale: #666666. Windows color (decimal): -14383498 or 7767588. OLE color: 7767588.

HSL color Cylindrical-coordinate representation of color #248676: hue angle of 170.2º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248676 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 134 118 -
CMYK 0.73 0 0.12 0.47
HSL 170.2º 0.58% 0.33% -
HSV(B) 170.2º 0.73% 0.53% -
XYZ 12.52 18.73 20.1 -
YUV 102.87 136.53 80.3 -
System Red Green Blue C M Y K H S L
Decimal 36 134 118 0.73 0 0.12 0.47 170.2 0.58 0.33
Hex 24 86 76 49 0 C 2F AA 3A 21
Octal 44 206 166 111 0 14 57 252 72 41
Binary 100100 10000110 1110110 1001001 0 1100 101111 10101010 111010 100001

Color Harmonies of #248676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248676

Black with #248676

Text Example


Text Example

White with #248676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248676; }

 p { color: rgb(36,134,118); }

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

background-color css

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

 a { background-color: rgb(36,134,118); }

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

border-color css

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

 span { border-color: rgb(36,134,118); }

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