Html Css Color HEX #238175 Elm

📋 copy color: '#238175'

red 35 ◦ green 129 ◦ blue 117

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

Shades of Elm #238175

Tints of Elm #238175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.64%

R = 12.46%
G = 45.91%
B = 41.64%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#238175 (or 0x238175) is known color: Elm. HEX triplet: 23, 81 and 75. RGB value is (35,129,117). Sum of RGB (Red+Green+Blue) = 35+129+117=281 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.46% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #238175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238175 is #DC7E8A. Grayscale: #636363. Windows color (decimal): -14450315 or 7700771. OLE color: 7700771.

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

Color convert

RGB 35 129 117 -
CMYK 0.73 0 0.09 0.49
HSL 172.34º 0.57% 0.32% -
HSV(B) 172.34º 0.73% 0.51% -
XYZ 11.75 17.34 19.56 -
YUV 99.53 137.86 81.98 -
System Red Green Blue C M Y K H S L
Decimal 35 129 117 0.73 0 0.09 0.49 172.34 0.57 0.32
Hex 23 81 75 49 0 9 31 AC 39 20
Octal 43 201 165 111 0 11 61 254 71 40
Binary 100011 10000001 1110101 1001001 0 1001 110001 10101100 111001 100000

Color Harmonies of #238175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238175

Black with #238175

Text Example


Text Example

White with #238175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238175; }

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

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

background-color css

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

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

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

border-color css

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

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

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