Html Css Color HEX #248982 Elm

📋 copy color: '#248982'

red 36 ◦ green 137 ◦ blue 130

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

Shades of Elm #248982

Tints of Elm #248982

RGB

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

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

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

R = 11.88%
G = 45.21%
B = 42.9%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#248982 (or 0x248982) is known color: Elm. HEX triplet: 24, 89 and 82. RGB value is (36,137,130). Sum of RGB (Red+Green+Blue) = 36+137+130=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #248982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248982 is #DB767D. Grayscale: #696969. Windows color (decimal): -14382718 or 8554788. OLE color: 8554788.

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

Color convert

RGB 36 137 130 -
CMYK 0.74 0 0.05 0.46
HSL 175.84º 0.58% 0.34% -
HSV(B) 175.84º 0.74% 0.54% -
XYZ 13.7 19.88 24.23 -
YUV 106 141.54 78.07 -
System Red Green Blue C M Y K H S L
Decimal 36 137 130 0.74 0 0.05 0.46 175.84 0.58 0.34
Hex 24 89 82 4A 0 5 2E B0 3A 22
Octal 44 211 202 112 0 5 56 260 72 42
Binary 100100 10001001 10000010 1001010 0 101 101110 10110000 111010 100010

Color Harmonies of #248982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248982

Black with #248982

Text Example


Text Example

White with #248982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248982; }

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

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

background-color css

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

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

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

border-color css

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

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

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