Html Css Color HEX #248978 Elm

📋 copy color: '#248978'

red 36 ◦ green 137 ◦ blue 120

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

Shades of Elm #248978

Tints of Elm #248978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.76%

 BLUE value IS 120 (47.27% from 255) = 40.96%

R = 12.29%
G = 46.76%
B = 40.96%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#248978 (or 0x248978) is known color: Elm. HEX triplet: 24, 89 and 78. RGB value is (36,137,120). Sum of RGB (Red+Green+Blue) = 36+137+120=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 137 - color contains mainly: green. Hex color #248978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248978 is #DB7687. Grayscale: #686868. Windows color (decimal): -14382728 or 7899428. OLE color: 7899428.

HSL color Cylindrical-coordinate representation of color #248978: hue angle of 169.9º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248978 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 137 120 -
CMYK 0.74 0 0.12 0.46
HSL 169.9º 0.58% 0.34% -
HSV(B) 169.9º 0.74% 0.54% -
XYZ 13.06 19.62 20.87 -
YUV 104.86 136.54 78.88 -
System Red Green Blue C M Y K H S L
Decimal 36 137 120 0.74 0 0.12 0.46 169.9 0.58 0.34
Hex 24 89 78 4A 0 C 2E AA 3A 22
Octal 44 211 170 112 0 14 56 252 72 42
Binary 100100 10001001 1111000 1001010 0 1100 101110 10101010 111010 100010

Color Harmonies of #248978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248978

Black with #248978

Text Example


Text Example

White with #248978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248978; }

 p { color: rgb(36,137,120); }

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

background-color css

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

 a { background-color: rgb(36,137,120); }

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

border-color css

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

 span { border-color: rgb(36,137,120); }

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