Html Css Color HEX #248375 Elm

📋 copy color: '#248375'

red 36 ◦ green 131 ◦ blue 117

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

Shades of Elm #248375

Tints of Elm #248375

RGB

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

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

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

R = 12.68%
G = 46.13%
B = 41.2%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#248375 (or 0x248375) is known color: Elm. HEX triplet: 24, 83 and 75. RGB value is (36,131,117). Sum of RGB (Red+Green+Blue) = 36+131+117=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #248375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248375 is #DB7C8A. Grayscale: #646464. Windows color (decimal): -14384267 or 7701284. OLE color: 7701284.

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

Color convert

RGB 36 131 117 -
CMYK 0.73 0 0.11 0.49
HSL 171.16º 0.57% 0.33% -
HSV(B) 171.16º 0.73% 0.51% -
XYZ 12.05 17.89 19.65 -
YUV 101 137.03 81.64 -
System Red Green Blue C M Y K H S L
Decimal 36 131 117 0.73 0 0.11 0.49 171.16 0.57 0.33
Hex 24 83 75 49 0 B 31 AB 39 21
Octal 44 203 165 111 0 13 61 253 71 41
Binary 100100 10000011 1110101 1001001 0 1011 110001 10101011 111001 100001

Color Harmonies of #248375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248375

Black with #248375

Text Example


Text Example

White with #248375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248375; }

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

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

background-color css

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

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

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

border-color css

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

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

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