Html Css Color HEX #248076 Elm

📋 copy color: '#248076'

red 36 ◦ green 128 ◦ blue 118

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

Shades of Elm #248076

Tints of Elm #248076

RGB

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

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

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

R = 12.77%
G = 45.39%
B = 41.84%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#248076 (or 0x248076) is known color: Elm. HEX triplet: 24, 80 and 76. RGB value is (36,128,118). Sum of RGB (Red+Green+Blue) = 36+128+118=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 128 - color contains mainly: green. Hex color #248076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248076 is #DB7F89. Grayscale: #636363. Windows color (decimal): -14385034 or 7766052. OLE color: 7766052.

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

Color convert

RGB 36 128 118 -
CMYK 0.72 0 0.08 0.50
HSL 173.48º 0.56% 0.32% -
HSV(B) 173.48º 0.72% 0.5% -
XYZ 11.72 17.12 19.83 -
YUV 99.35 138.52 82.81 -
System Red Green Blue C M Y K H S L
Decimal 36 128 118 0.72 0 0.08 0.50 173.48 0.56 0.32
Hex 24 80 76 48 0 8 32 AD 38 20
Octal 44 200 166 110 0 10 62 255 70 40
Binary 100100 10000000 1110110 1001000 0 1000 110010 10101101 111000 100000

Color Harmonies of #248076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248076

Black with #248076

Text Example


Text Example

White with #248076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248076; }

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

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

background-color css

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

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

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

border-color css

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

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

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