Html Css Color HEX #248275 Elm

📋 copy color: '#248275'

red 36 ◦ green 130 ◦ blue 117

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

Shades of Elm #248275

Tints of Elm #248275

RGB

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

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

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

R = 12.72%
G = 45.94%
B = 41.34%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#248275 (or 0x248275) is known color: Elm. HEX triplet: 24, 82 and 75. RGB value is (36,130,117). Sum of RGB (Red+Green+Blue) = 36+130+117=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #248275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248275 is #DB7D8A. Grayscale: #646464. Windows color (decimal): -14384523 or 7701028. OLE color: 7701028.

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

Color convert

RGB 36 130 117 -
CMYK 0.72 0 0.1 0.49
HSL 171.7º 0.57% 0.33% -
HSV(B) 171.7º 0.72% 0.51% -
XYZ 11.92 17.62 19.6 -
YUV 100.41 137.36 82.06 -
System Red Green Blue C M Y K H S L
Decimal 36 130 117 0.72 0 0.1 0.49 171.7 0.57 0.33
Hex 24 82 75 48 0 A 31 AC 39 21
Octal 44 202 165 110 0 12 61 254 71 41
Binary 100100 10000010 1110101 1001000 0 1010 110001 10101100 111001 100001

Color Harmonies of #248275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248275

Black with #248275

Text Example


Text Example

White with #248275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248275; }

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

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

background-color css

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

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

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

border-color css

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

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

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