Html Css Color HEX #247F75 Elm

📋 copy color: '#247F75'

red 36 ◦ green 127 ◦ blue 117

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

Shades of Elm #247F75

Tints of Elm #247F75

RGB

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

 GREEN value IS 127 (50% from 255) = 45.36%

 BLUE value IS 117 (46.09% from 255) = 41.79%

R = 12.86%
G = 45.36%
B = 41.79%

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

#247F75 (or 0x247F75) is known color: Elm. HEX triplet: 24, 7F and 75. RGB value is (36,127,117). Sum of RGB (Red+Green+Blue) = 36+127+117=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 127 - color contains mainly: green. Hex color #247F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247F75 is #DB808A. Grayscale: #626262. Windows color (decimal): -14385291 or 7700260. OLE color: 7700260.

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

Color convert

RGB 36 127 117 -
CMYK 0.72 0 0.08 0.50
HSL 173.41º 0.56% 0.32% -
HSV(B) 173.41º 0.72% 0.5% -
XYZ 11.53 16.84 19.47 -
YUV 98.65 138.35 83.31 -
System Red Green Blue C M Y K H S L
Decimal 36 127 117 0.72 0 0.08 0.50 173.41 0.56 0.32
Hex 24 7F 75 48 0 8 32 AD 38 20
Octal 44 177 165 110 0 10 62 255 70 40
Binary 100100 1111111 1110101 1001000 0 1000 110010 10101101 111000 100000

Color Harmonies of #247F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247F75

Black with #247F75

Text Example


Text Example

White with #247F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247F75; }

 p { color: rgb(36,127,117); }

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

background-color css

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

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

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

border-color css

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

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

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