Html Css Color HEX #248779 Elm

📋 copy color: '#248779'

red 36 ◦ green 135 ◦ blue 121

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

Shades of Elm #248779

Tints of Elm #248779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.23%

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

R = 12.33%
G = 46.23%
B = 41.44%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#248779 (or 0x248779) is known color: Elm. HEX triplet: 24, 87 and 79. RGB value is (36,135,121). Sum of RGB (Red+Green+Blue) = 36+135+121=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #248779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248779 is #DB7886. Grayscale: #676767. Windows color (decimal): -14383239 or 7964452. OLE color: 7964452.

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

Color convert

RGB 36 135 121 -
CMYK 0.73 0 0.10 0.47
HSL 171.52º 0.58% 0.34% -
HSV(B) 171.52º 0.73% 0.53% -
XYZ 12.84 19.08 21.1 -
YUV 103.8 137.7 79.64 -
System Red Green Blue C M Y K H S L
Decimal 36 135 121 0.73 0 0.10 0.47 171.52 0.58 0.34
Hex 24 87 79 49 0 A 2F AC 3A 22
Octal 44 207 171 111 0 12 57 254 72 42
Binary 100100 10000111 1111001 1001001 0 1010 101111 10101100 111010 100010

Color Harmonies of #248779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248779

Black with #248779

Text Example


Text Example

White with #248779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248779; }

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

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

background-color css

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

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

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

border-color css

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

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

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