Html Css Color HEX #248681 Elm

📋 copy color: '#248681'

red 36 ◦ green 134 ◦ blue 129

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

Shades of Elm #248681

Tints of Elm #248681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 43.14%

R = 12.04%
G = 44.82%
B = 43.14%

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

#248681 (or 0x248681) is known color: Elm. HEX triplet: 24, 86 and 81. RGB value is (36,134,129). Sum of RGB (Red+Green+Blue) = 36+134+129=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #248681 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248681 is #DB797E. Grayscale: #686868. Windows color (decimal): -14383487 or 8488484. OLE color: 8488484.

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

Color convert

RGB 36 134 129 -
CMYK 0.73 0 0.04 0.47
HSL 176.94º 0.58% 0.33% -
HSV(B) 176.94º 0.73% 0.53% -
XYZ 13.22 19.01 23.74 -
YUV 104.13 142.03 79.41 -
System Red Green Blue C M Y K H S L
Decimal 36 134 129 0.73 0 0.04 0.47 176.94 0.58 0.33
Hex 24 86 81 49 0 4 2F B1 3A 21
Octal 44 206 201 111 0 4 57 261 72 41
Binary 100100 10000110 10000001 1001001 0 100 101111 10110001 111010 100001

Color Harmonies of #248681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248681

Black with #248681

Text Example


Text Example

White with #248681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248681; }

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

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

background-color css

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

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

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

border-color css

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

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

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