Html Css Color HEX #238170 Elm

📋 copy color: '#238170'

red 35 ◦ green 129 ◦ blue 112

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

Shades of Elm #238170

Tints of Elm #238170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.58%

R = 12.68%
G = 46.74%
B = 40.58%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#238170 (or 0x238170) is known color: Elm. HEX triplet: 23, 81 and 70. RGB value is (35,129,112). Sum of RGB (Red+Green+Blue) = 35+129+112=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 129 - color contains mainly: green. Hex color #238170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238170 is #DC7E8F. Grayscale: #626262. Windows color (decimal): -14450320 or 7373091. OLE color: 7373091.

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

Color convert

RGB 35 129 112 -
CMYK 0.73 0 0.13 0.49
HSL 169.15º 0.57% 0.32% -
HSV(B) 169.15º 0.73% 0.51% -
XYZ 11.47 17.23 18.05 -
YUV 98.96 135.36 82.38 -
System Red Green Blue C M Y K H S L
Decimal 35 129 112 0.73 0 0.13 0.49 169.15 0.57 0.32
Hex 23 81 70 49 0 D 31 A9 39 20
Octal 43 201 160 111 0 15 61 251 71 40
Binary 100011 10000001 1110000 1001001 0 1101 110001 10101001 111001 100000

Color Harmonies of #238170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238170

Black with #238170

Text Example


Text Example

White with #238170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238170; }

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

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

background-color css

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

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

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

border-color css

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

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

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