Html Css Color HEX #248372 Elm

📋 copy color: '#248372'

red 36 ◦ green 131 ◦ blue 114

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

Shades of Elm #248372

Tints of Elm #248372

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.62%

 BLUE value IS 114 (44.92% from 255) = 40.57%

R = 12.81%
G = 46.62%
B = 40.57%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#248372 (or 0x248372) is known color: Elm. HEX triplet: 24, 83 and 72. RGB value is (36,131,114). Sum of RGB (Red+Green+Blue) = 36+131+114=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #248372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248372 is #DB7C8D. Grayscale: #646464. Windows color (decimal): -14384270 or 7504676. OLE color: 7504676.

HSL color Cylindrical-coordinate representation of color #248372: hue angle of 169.26º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248372 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 131 114 -
CMYK 0.73 0 0.13 0.49
HSL 169.26º 0.57% 0.33% -
HSV(B) 169.26º 0.73% 0.51% -
XYZ 11.88 17.82 18.73 -
YUV 100.66 135.53 81.88 -
System Red Green Blue C M Y K H S L
Decimal 36 131 114 0.73 0 0.13 0.49 169.26 0.57 0.33
Hex 24 83 72 49 0 D 31 A9 39 21
Octal 44 203 162 111 0 15 61 251 71 41
Binary 100100 10000011 1110010 1001001 0 1101 110001 10101001 111001 100001

Color Harmonies of #248372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248372

Black with #248372

Text Example


Text Example

White with #248372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248372; }

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

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

background-color css

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

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

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

border-color css

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

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

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