Html Css Color HEX #248473 Elm

📋 copy color: '#248473'

red 36 ◦ green 132 ◦ blue 115

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

Shades of Elm #248473

Tints of Elm #248473

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.64%

 BLUE value IS 115 (45.31% from 255) = 40.64%

R = 12.72%
G = 46.64%
B = 40.64%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#248473 (or 0x248473) is known color: Elm. HEX triplet: 24, 84 and 73. RGB value is (36,132,115). Sum of RGB (Red+Green+Blue) = 36+132+115=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #248473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248473 is #DB7B8C. Grayscale: #656565. Windows color (decimal): -14384013 or 7570468. OLE color: 7570468.

HSL color Cylindrical-coordinate representation of color #248473: hue angle of 169.38º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248473 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 132 115 -
CMYK 0.73 0 0.13 0.48
HSL 169.38º 0.57% 0.33% -
HSV(B) 169.38º 0.73% 0.52% -
XYZ 12.07 18.12 19.08 -
YUV 101.36 135.7 81.38 -
System Red Green Blue C M Y K H S L
Decimal 36 132 115 0.73 0 0.13 0.48 169.38 0.57 0.33
Hex 24 84 73 49 0 D 30 A9 39 21
Octal 44 204 163 111 0 15 60 251 71 41
Binary 100100 10000100 1110011 1001001 0 1101 110000 10101001 111001 100001

Color Harmonies of #248473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248473

Black with #248473

Text Example


Text Example

White with #248473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248473; }

 p { color: rgb(36,132,115); }

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

background-color css

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

 a { background-color: rgb(36,132,115); }

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

border-color css

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

 span { border-color: rgb(36,132,115); }

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