Html Css Color HEX #248575 Elm

📋 copy color: '#248575'

red 36 ◦ green 133 ◦ blue 117

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

Shades of Elm #248575

Tints of Elm #248575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.5%

 BLUE value IS 117 (46.09% from 255) = 40.91%

R = 12.59%
G = 46.5%
B = 40.91%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#248575 (or 0x248575) is known color: Elm. HEX triplet: 24, 85 and 75. RGB value is (36,133,117). Sum of RGB (Red+Green+Blue) = 36+133+117=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #248575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248575 is #DB7A8A. Grayscale: #666666. Windows color (decimal): -14383755 or 7701796. OLE color: 7701796.

HSL color Cylindrical-coordinate representation of color #248575: hue angle of 170.1º 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 #248575 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 133 117 -
CMYK 0.73 0 0.12 0.48
HSL 170.1º 0.57% 0.33% -
HSV(B) 170.1º 0.73% 0.52% -
XYZ 12.33 18.43 19.74 -
YUV 102.17 136.36 80.8 -
System Red Green Blue C M Y K H S L
Decimal 36 133 117 0.73 0 0.12 0.48 170.1 0.57 0.33
Hex 24 85 75 49 0 C 30 AA 39 21
Octal 44 205 165 111 0 14 60 252 71 41
Binary 100100 10000101 1110101 1001001 0 1100 110000 10101010 111001 100001

Color Harmonies of #248575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248575

Black with #248575

Text Example


Text Example

White with #248575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248575; }

 p { color: rgb(36,133,117); }

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

background-color css

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

 a { background-color: rgb(36,133,117); }

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

border-color css

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

 span { border-color: rgb(36,133,117); }

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