Html Css Color HEX #248075 Elm

📋 copy color: '#248075'

red 36 ◦ green 128 ◦ blue 117

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

Shades of Elm #248075

Tints of Elm #248075

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.55%

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

R = 12.81%
G = 45.55%
B = 41.64%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#248075 (or 0x248075) is known color: Elm. HEX triplet: 24, 80 and 75. RGB value is (36,128,117). Sum of RGB (Red+Green+Blue) = 36+128+117=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #248075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248075 is #DB7F8A. Grayscale: #636363. Windows color (decimal): -14385035 or 7700516. OLE color: 7700516.

HSL color Cylindrical-coordinate representation of color #248075: hue angle of 172.83º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248075 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 128 117 -
CMYK 0.72 0 0.09 0.50
HSL 172.83º 0.56% 0.32% -
HSV(B) 172.83º 0.72% 0.5% -
XYZ 11.66 17.1 19.52 -
YUV 99.24 138.02 82.89 -
System Red Green Blue C M Y K H S L
Decimal 36 128 117 0.72 0 0.09 0.50 172.83 0.56 0.32
Hex 24 80 75 48 0 9 32 AD 38 20
Octal 44 200 165 110 0 11 62 255 70 40
Binary 100100 10000000 1110101 1001000 0 1001 110010 10101101 111000 100000

Color Harmonies of #248075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248075

Black with #248075

Text Example


Text Example

White with #248075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248075; }

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

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

background-color css

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

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

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

border-color css

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

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

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