Html Css Color HEX #238171 Elm

📋 copy color: '#238171'

red 35 ◦ green 129 ◦ blue 113

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

Shades of Elm #238171

Tints of Elm #238171

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.57%

 BLUE value IS 113 (44.53% from 255) = 40.79%

R = 12.64%
G = 46.57%
B = 40.79%

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

#238171 (or 0x238171) is known color: Elm. HEX triplet: 23, 81 and 71. RGB value is (35,129,113). Sum of RGB (Red+Green+Blue) = 35+129+113=277 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.64% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #238171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238171 is #DC7E8E. Grayscale: #636363. Windows color (decimal): -14450319 or 7438627. OLE color: 7438627.

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

Color convert

RGB 35 129 113 -
CMYK 0.73 0 0.12 0.49
HSL 169.79º 0.57% 0.32% -
HSV(B) 169.79º 0.73% 0.51% -
XYZ 11.52 17.25 18.35 -
YUV 99.07 135.86 82.3 -
System Red Green Blue C M Y K H S L
Decimal 35 129 113 0.73 0 0.12 0.49 169.79 0.57 0.32
Hex 23 81 71 49 0 C 31 AA 39 20
Octal 43 201 161 111 0 14 61 252 71 40
Binary 100011 10000001 1110001 1001001 0 1100 110001 10101010 111001 100000

Color Harmonies of #238171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238171

Black with #238171

Text Example


Text Example

White with #238171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238171; }

 p { color: rgb(35,129,113); }

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

background-color css

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

 a { background-color: rgb(35,129,113); }

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

border-color css

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

 span { border-color: rgb(35,129,113); }

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