Html Css Color HEX #248071 Elm

📋 copy color: '#248071'

red 36 ◦ green 128 ◦ blue 113

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

Shades of Elm #248071

Tints of Elm #248071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.79%

R = 13%
G = 46.21%
B = 40.79%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#248071 (or 0x248071) is known color: Elm. HEX triplet: 24, 80 and 71. RGB value is (36,128,113). Sum of RGB (Red+Green+Blue) = 36+128+113=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 128 - color contains mainly: green. Hex color #248071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248071 is #DB7F8E. Grayscale: #626262. Windows color (decimal): -14385039 or 7438372. OLE color: 7438372.

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

Color convert

RGB 36 128 113 -
CMYK 0.72 0 0.12 0.50
HSL 170.22º 0.56% 0.32% -
HSV(B) 170.22º 0.72% 0.5% -
XYZ 11.43 17.01 18.3 -
YUV 98.78 136.02 83.22 -
System Red Green Blue C M Y K H S L
Decimal 36 128 113 0.72 0 0.12 0.50 170.22 0.56 0.32
Hex 24 80 71 48 0 C 32 AA 38 20
Octal 44 200 161 110 0 14 62 252 70 40
Binary 100100 10000000 1110001 1001000 0 1100 110010 10101010 111000 100000

Color Harmonies of #248071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248071

Black with #248071

Text Example


Text Example

White with #248071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248071; }

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

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

background-color css

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

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

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

border-color css

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

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

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