Html Css Color HEX #248379 Elm

📋 copy color: '#248379'

red 36 ◦ green 131 ◦ blue 121

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

Shades of Elm #248379

Tints of Elm #248379

RGB

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

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

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

R = 12.5%
G = 45.49%
B = 42.01%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#248379 (or 0x248379) is known color: Elm. HEX triplet: 24, 83 and 79. RGB value is (36,131,121). Sum of RGB (Red+Green+Blue) = 36+131+121=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #248379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248379 is #DB7C86. Grayscale: #656565. Windows color (decimal): -14384263 or 7963428. OLE color: 7963428.

HSL color Cylindrical-coordinate representation of color #248379: hue angle of 173.68º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248379 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 131 121 -
CMYK 0.73 0 0.08 0.49
HSL 173.68º 0.57% 0.33% -
HSV(B) 173.68º 0.73% 0.51% -
XYZ 12.3 17.99 20.91 -
YUV 101.46 139.03 81.31 -
System Red Green Blue C M Y K H S L
Decimal 36 131 121 0.73 0 0.08 0.49 173.68 0.57 0.33
Hex 24 83 79 49 0 8 31 AE 39 21
Octal 44 203 171 111 0 10 61 256 71 41
Binary 100100 10000011 1111001 1001001 0 1000 110001 10101110 111001 100001

Color Harmonies of #248379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248379

Black with #248379

Text Example


Text Example

White with #248379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248379; }

 p { color: rgb(36,131,121); }

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

background-color css

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

 a { background-color: rgb(36,131,121); }

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

border-color css

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

 span { border-color: rgb(36,131,121); }

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