Html Css Color HEX #247070 Elm

📋 copy color: '#247070'

red 36 ◦ green 112 ◦ blue 112

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

Shades of Elm #247070

Tints of Elm #247070

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.08%

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

R = 13.85%
G = 43.08%
B = 43.08%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#247070 (or 0x247070) is known color: Elm. HEX triplet: 24, 70 and 70. RGB value is (36,112,112). Sum of RGB (Red+Green+Blue) = 36+112+112=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #247070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247070 is #DB8F8F. Grayscale: #595959. Windows color (decimal): -14389136 or 7368740. OLE color: 7368740.

HSL color Cylindrical-coordinate representation of color #247070: hue angle of 180º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #247070 is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 112 112 -
CMYK 0.68 0 0 0.56
HSL 180º 0.51% 0.29% -
HSV(B) 180º 0.68% 0.44% -
XYZ 9.45 13.13 17.37 -
YUV 89.28 140.82 90 -
System Red Green Blue C M Y K H S L
Decimal 36 112 112 0.68 0 0 0.56 180 0.51 0.29
Hex 24 70 70 44 0 0 38 B4 33 1D
Octal 44 160 160 104 0 0 70 264 63 35
Binary 100100 1110000 1110000 1000100 0 0 111000 10110100 110011 11101

Color Harmonies of #247070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247070

Black with #247070

Text Example


Text Example

White with #247070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247070; }

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

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

background-color css

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

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

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

border-color css

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

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

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