Html Css Color HEX #248373 Elm

📋 copy color: '#248373'

red 36 ◦ green 131 ◦ blue 115

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

Shades of Elm #248373

Tints of Elm #248373

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.45%

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

R = 12.77%
G = 46.45%
B = 40.78%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#248373 (or 0x248373) is known color: Elm. HEX triplet: 24, 83 and 73. RGB value is (36,131,115). Sum of RGB (Red+Green+Blue) = 36+131+115=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #248373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248373 is #DB7C8C. Grayscale: #646464. Windows color (decimal): -14384269 or 7570212. OLE color: 7570212.

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

Color convert

RGB 36 131 115 -
CMYK 0.73 0 0.12 0.49
HSL 169.89º 0.57% 0.33% -
HSV(B) 169.89º 0.73% 0.51% -
XYZ 11.94 17.85 19.03 -
YUV 100.77 136.03 81.8 -
System Red Green Blue C M Y K H S L
Decimal 36 131 115 0.73 0 0.12 0.49 169.89 0.57 0.33
Hex 24 83 73 49 0 C 31 AA 39 21
Octal 44 203 163 111 0 14 61 252 71 41
Binary 100100 10000011 1110011 1001001 0 1100 110001 10101010 111001 100001

Color Harmonies of #248373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248373

Black with #248373

Text Example


Text Example

White with #248373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248373; }

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

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

background-color css

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

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

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

border-color css

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

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

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