Html Css Color HEX #248782 Elm

📋 copy color: '#248782'

red 36 ◦ green 135 ◦ blue 130

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

Shades of Elm #248782

Tints of Elm #248782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.19%

R = 11.96%
G = 44.85%
B = 43.19%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#248782 (or 0x248782) is known color: Elm. HEX triplet: 24, 87 and 82. RGB value is (36,135,130). Sum of RGB (Red+Green+Blue) = 36+135+130=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 135 - color contains mainly: green. Hex color #248782 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248782 is #DB787D. Grayscale: #686868. Windows color (decimal): -14383230 or 8554276. OLE color: 8554276.

HSL color Cylindrical-coordinate representation of color #248782: hue angle of 176.97º 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 #248782 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 135 130 -
CMYK 0.73 0 0.04 0.47
HSL 176.97º 0.58% 0.34% -
HSV(B) 176.97º 0.73% 0.53% -
XYZ 13.42 19.31 24.14 -
YUV 104.83 142.2 78.91 -
System Red Green Blue C M Y K H S L
Decimal 36 135 130 0.73 0 0.04 0.47 176.97 0.58 0.34
Hex 24 87 82 49 0 4 2F B1 3A 22
Octal 44 207 202 111 0 4 57 261 72 42
Binary 100100 10000111 10000010 1001001 0 100 101111 10110001 111010 100010

Color Harmonies of #248782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248782

Black with #248782

Text Example


Text Example

White with #248782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248782; }

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

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

background-color css

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

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

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

border-color css

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

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

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