Html Css Color HEX #238373 Elm

📋 copy color: '#238373'

red 35 ◦ green 131 ◦ blue 115

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

Shades of Elm #238373

Tints of Elm #238373

RGB

 RED value IS 35 (14.06% from 255) = 12.46%

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

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

R = 12.46%
G = 46.62%
B = 40.93%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#238373 (or 0x238373) is known color: Elm. HEX triplet: 23, 83 and 73. RGB value is (35,131,115). Sum of RGB (Red+Green+Blue) = 35+131+115=281 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.46% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #238373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238373 is #DC7C8C. Grayscale: #646464. Windows color (decimal): -14449805 or 7570211. OLE color: 7570211.

HSL color Cylindrical-coordinate representation of color #238373: hue angle of 170º degrees, saturation: 0.58, 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 #238373 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 35 131 115 -
CMYK 0.73 0 0.12 0.49
HSL 170º 0.58% 0.33% -
HSV(B) 170º 0.73% 0.51% -
XYZ 11.9 17.83 19.03 -
YUV 100.47 136.2 81.3 -
System Red Green Blue C M Y K H S L
Decimal 35 131 115 0.73 0 0.12 0.49 170 0.58 0.33
Hex 23 83 73 49 0 C 31 AA 3A 21
Octal 43 203 163 111 0 14 61 252 72 41
Binary 100011 10000011 1110011 1001001 0 1100 110001 10101010 111010 100001

Color Harmonies of #238373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238373

Black with #238373

Text Example


Text Example

White with #238373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238373; }

 p { color: rgb(35,131,115); }

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

background-color css

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

 a { background-color: rgb(35,131,115); }

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

border-color css

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

 span { border-color: rgb(35,131,115); }

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