Html Css Color HEX #248070 Elm

📋 copy color: '#248070'

red 36 ◦ green 128 ◦ blue 112

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

Shades of Elm #248070

Tints of Elm #248070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.58%

R = 13.04%
G = 46.38%
B = 40.58%

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

#248070 (or 0x248070) is known color: Elm. HEX triplet: 24, 80 and 70. RGB value is (36,128,112). Sum of RGB (Red+Green+Blue) = 36+128+112=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 128 - color contains mainly: green. Hex color #248070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248070 is #DB7F8F. Grayscale: #626262. Windows color (decimal): -14385040 or 7372836. OLE color: 7372836.

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

Color convert

RGB 36 128 112 -
CMYK 0.72 0 0.12 0.50
HSL 169.57º 0.56% 0.32% -
HSV(B) 169.57º 0.72% 0.5% -
XYZ 11.37 16.98 18.01 -
YUV 98.67 135.52 83.3 -
System Red Green Blue C M Y K H S L
Decimal 36 128 112 0.72 0 0.12 0.50 169.57 0.56 0.32
Hex 24 80 70 48 0 C 32 AA 38 20
Octal 44 200 160 110 0 14 62 252 70 40
Binary 100100 10000000 1110000 1001000 0 1100 110010 10101010 111000 100000

Color Harmonies of #248070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248070

Black with #248070

Text Example


Text Example

White with #248070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248070; }

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

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

background-color css

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

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

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

border-color css

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

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

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