Html Css Color HEX #247270 Elm

📋 copy color: '#247270'

red 36 ◦ green 114 ◦ blue 112

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

Shades of Elm #247270

Tints of Elm #247270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.51%

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

R = 13.74%
G = 43.51%
B = 42.75%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#247270 (or 0x247270) is known color: Elm. HEX triplet: 24, 72 and 70. RGB value is (36,114,112). Sum of RGB (Red+Green+Blue) = 36+114+112=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 114 - color contains mainly: green. Hex color #247270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247270 is #DB8D8F. Grayscale: #5A5A5A. Windows color (decimal): -14388624 or 7369252. OLE color: 7369252.

HSL color Cylindrical-coordinate representation of color #247270: hue angle of 178.46º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #247270 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 114 112 -
CMYK 0.68 0 0.02 0.55
HSL 178.46º 0.52% 0.29% -
HSV(B) 178.46º 0.68% 0.45% -
XYZ 9.67 13.58 17.44 -
YUV 90.45 140.16 89.16 -
System Red Green Blue C M Y K H S L
Decimal 36 114 112 0.68 0 0.02 0.55 178.46 0.52 0.29
Hex 24 72 70 44 0 2 37 B2 34 1D
Octal 44 162 160 104 0 2 67 262 64 35
Binary 100100 1110010 1110000 1000100 0 10 110111 10110010 110100 11101

Color Harmonies of #247270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247270

Black with #247270

Text Example


Text Example

White with #247270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247270; }

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

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

background-color css

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

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

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

border-color css

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

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

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