Html Css Color HEX #238172 Elm

📋 copy color: '#238172'

red 35 ◦ green 129 ◦ blue 114

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

Shades of Elm #238172

Tints of Elm #238172

RGB

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

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

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

R = 12.59%
G = 46.4%
B = 41.01%

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

#238172 (or 0x238172) is known color: Elm. HEX triplet: 23, 81 and 72. RGB value is (35,129,114). Sum of RGB (Red+Green+Blue) = 35+129+114=278 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.59% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #238172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238172 is #DC7E8D. Grayscale: #636363. Windows color (decimal): -14450318 or 7504163. OLE color: 7504163.

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

Color convert

RGB 35 129 114 -
CMYK 0.73 0 0.12 0.49
HSL 170.43º 0.57% 0.32% -
HSV(B) 170.43º 0.73% 0.51% -
XYZ 11.58 17.27 18.64 -
YUV 99.18 136.36 82.22 -
System Red Green Blue C M Y K H S L
Decimal 35 129 114 0.73 0 0.12 0.49 170.43 0.57 0.32
Hex 23 81 72 49 0 C 31 AA 39 20
Octal 43 201 162 111 0 14 61 252 71 40
Binary 100011 10000001 1110010 1001001 0 1100 110001 10101010 111001 100000

Color Harmonies of #238172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238172

Black with #238172

Text Example


Text Example

White with #238172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238172; }

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

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

background-color css

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

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

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

border-color css

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

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

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