Html Css Color HEX #248273 Elm

📋 copy color: '#248273'

red 36 ◦ green 130 ◦ blue 115

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

Shades of Elm #248273

Tints of Elm #248273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.26%

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

R = 12.81%
G = 46.26%
B = 40.93%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#248273 (or 0x248273) is known color: Elm. HEX triplet: 24, 82 and 73. RGB value is (36,130,115). Sum of RGB (Red+Green+Blue) = 36+130+115=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #248273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248273 is #DB7D8C. Grayscale: #646464. Windows color (decimal): -14384525 or 7569956. OLE color: 7569956.

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

Color convert

RGB 36 130 115 -
CMYK 0.72 0 0.12 0.49
HSL 170.43º 0.57% 0.33% -
HSV(B) 170.43º 0.72% 0.51% -
XYZ 11.8 17.58 18.99 -
YUV 100.18 136.36 82.22 -
System Red Green Blue C M Y K H S L
Decimal 36 130 115 0.72 0 0.12 0.49 170.43 0.57 0.33
Hex 24 82 73 48 0 C 31 AA 39 21
Octal 44 202 163 110 0 14 61 252 71 41
Binary 100100 10000010 1110011 1001000 0 1100 110001 10101010 111001 100001

Color Harmonies of #248273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248273

Black with #248273

Text Example


Text Example

White with #248273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248273; }

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

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

background-color css

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

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

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

border-color css

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

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

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