Html Css Color HEX #248073 Elm

📋 copy color: '#248073'

red 36 ◦ green 128 ◦ blue 115

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

Shades of Elm #248073

Tints of Elm #248073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.22%

R = 12.9%
G = 45.88%
B = 41.22%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#248073 (or 0x248073) is known color: Elm. HEX triplet: 24, 80 and 73. RGB value is (36,128,115). Sum of RGB (Red+Green+Blue) = 36+128+115=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #248073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248073 is #DB7F8C. Grayscale: #626262. Windows color (decimal): -14385037 or 7569444. OLE color: 7569444.

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

Color convert

RGB 36 128 115 -
CMYK 0.72 0 0.10 0.50
HSL 171.52º 0.56% 0.32% -
HSV(B) 171.52º 0.72% 0.5% -
XYZ 11.54 17.05 18.9 -
YUV 99.01 137.02 83.06 -
System Red Green Blue C M Y K H S L
Decimal 36 128 115 0.72 0 0.10 0.50 171.52 0.56 0.32
Hex 24 80 73 48 0 A 32 AC 38 20
Octal 44 200 163 110 0 12 62 254 70 40
Binary 100100 10000000 1110011 1001000 0 1010 110010 10101100 111000 100000

Color Harmonies of #248073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248073

Black with #248073

Text Example


Text Example

White with #248073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248073; }

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

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

background-color css

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

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

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

border-color css

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

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

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