Html Css Color HEX #248276 Elm

📋 copy color: '#248276'

red 36 ◦ green 130 ◦ blue 118

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

Shades of Elm #248276

Tints of Elm #248276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.55%

R = 12.68%
G = 45.77%
B = 41.55%

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

#248276 (or 0x248276) is known color: Elm. HEX triplet: 24, 82 and 76. RGB value is (36,130,118). Sum of RGB (Red+Green+Blue) = 36+130+118=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #248276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248276 is #DB7D89. Grayscale: #646464. Windows color (decimal): -14384522 or 7766564. OLE color: 7766564.

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

Color convert

RGB 36 130 118 -
CMYK 0.72 0 0.09 0.49
HSL 172.34º 0.57% 0.33% -
HSV(B) 172.34º 0.72% 0.51% -
XYZ 11.98 17.65 19.91 -
YUV 100.53 137.86 81.98 -
System Red Green Blue C M Y K H S L
Decimal 36 130 118 0.72 0 0.09 0.49 172.34 0.57 0.33
Hex 24 82 76 48 0 9 31 AC 39 21
Octal 44 202 166 110 0 11 61 254 71 41
Binary 100100 10000010 1110110 1001000 0 1001 110001 10101100 111001 100001

Color Harmonies of #248276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248276

Black with #248276

Text Example


Text Example

White with #248276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248276; }

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

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

background-color css

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

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

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

border-color css

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

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

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