Html Css Color HEX #248175 Elm

📋 copy color: '#248175'

red 36 ◦ green 129 ◦ blue 117

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

Shades of Elm #248175

Tints of Elm #248175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.74%

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

R = 12.77%
G = 45.74%
B = 41.49%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#248175 (or 0x248175) is known color: Elm. HEX triplet: 24, 81 and 75. RGB value is (36,129,117). Sum of RGB (Red+Green+Blue) = 36+129+117=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #248175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248175 is #DB7E8A. Grayscale: #636363. Windows color (decimal): -14384779 or 7700772. OLE color: 7700772.

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

Color convert

RGB 36 129 117 -
CMYK 0.72 0 0.09 0.49
HSL 172.26º 0.56% 0.32% -
HSV(B) 172.26º 0.72% 0.51% -
XYZ 11.79 17.36 19.56 -
YUV 99.83 137.69 82.48 -
System Red Green Blue C M Y K H S L
Decimal 36 129 117 0.72 0 0.09 0.49 172.26 0.56 0.32
Hex 24 81 75 48 0 9 31 AC 38 20
Octal 44 201 165 110 0 11 61 254 70 40
Binary 100100 10000001 1110101 1001000 0 1001 110001 10101100 111000 100000

Color Harmonies of #248175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248175

Black with #248175

Text Example


Text Example

White with #248175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248175; }

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

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

background-color css

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

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

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

border-color css

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

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

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