Html Css Color HEX #248981 Elm

📋 copy color: '#248981'

red 36 ◦ green 137 ◦ blue 129

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

Shades of Elm #248981

Tints of Elm #248981

RGB

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

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

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

R = 11.92%
G = 45.36%
B = 42.72%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#248981 (or 0x248981) is known color: Elm. HEX triplet: 24, 89 and 81. RGB value is (36,137,129). Sum of RGB (Red+Green+Blue) = 36+137+129=302 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.92% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #248981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248981 is #DB767E. Grayscale: #696969. Windows color (decimal): -14382719 or 8489252. OLE color: 8489252.

HSL color Cylindrical-coordinate representation of color #248981: hue angle of 175.25º 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 #248981 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 137 129 -
CMYK 0.74 0 0.06 0.46
HSL 175.25º 0.58% 0.34% -
HSV(B) 175.25º 0.74% 0.54% -
XYZ 13.64 19.85 23.88 -
YUV 105.89 141.04 78.15 -
System Red Green Blue C M Y K H S L
Decimal 36 137 129 0.74 0 0.06 0.46 175.25 0.58 0.34
Hex 24 89 81 4A 0 6 2E AF 3A 22
Octal 44 211 201 112 0 6 56 257 72 42
Binary 100100 10001001 10000001 1001010 0 110 101110 10101111 111010 100010

Color Harmonies of #248981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248981

Black with #248981

Text Example


Text Example

White with #248981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248981; }

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

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

background-color css

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

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

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

border-color css

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

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

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