Html Css Color HEX #238473 Elm

📋 copy color: '#238473'

red 35 ◦ green 132 ◦ blue 115

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

Shades of Elm #238473

Tints of Elm #238473

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.81%

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

R = 12.41%
G = 46.81%
B = 40.78%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#238473 (or 0x238473) is known color: Elm. HEX triplet: 23, 84 and 73. RGB value is (35,132,115). Sum of RGB (Red+Green+Blue) = 35+132+115=282 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.41% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #238473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238473 is #DC7B8C. Grayscale: #656565. Windows color (decimal): -14449549 or 7570467. OLE color: 7570467.

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

Color convert

RGB 35 132 115 -
CMYK 0.73 0 0.13 0.48
HSL 169.48º 0.58% 0.33% -
HSV(B) 169.48º 0.73% 0.52% -
XYZ 12.04 18.1 19.08 -
YUV 101.06 135.86 80.88 -
System Red Green Blue C M Y K H S L
Decimal 35 132 115 0.73 0 0.13 0.48 169.48 0.58 0.33
Hex 23 84 73 49 0 D 30 A9 3A 21
Octal 43 204 163 111 0 15 60 251 72 41
Binary 100011 10000100 1110011 1001001 0 1101 110000 10101001 111010 100001

Color Harmonies of #238473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238473

Black with #238473

Text Example


Text Example

White with #238473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238473; }

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

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

background-color css

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

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

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

border-color css

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

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

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