Html Css Color HEX #238071 Elm

📋 copy color: '#238071'

red 35 ◦ green 128 ◦ blue 113

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

Shades of Elm #238071

Tints of Elm #238071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.38%

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

R = 12.68%
G = 46.38%
B = 40.94%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#238071 (or 0x238071) is known color: Elm. HEX triplet: 23, 80 and 71. RGB value is (35,128,113). Sum of RGB (Red+Green+Blue) = 35+128+113=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 128 - color contains mainly: green. Hex color #238071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238071 is #DC7F8E. Grayscale: #626262. Windows color (decimal): -14450575 or 7438371. OLE color: 7438371.

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

Color convert

RGB 35 128 113 -
CMYK 0.73 0 0.12 0.50
HSL 170.32º 0.57% 0.32% -
HSV(B) 170.32º 0.73% 0.5% -
XYZ 11.39 16.99 18.3 -
YUV 98.48 136.19 82.72 -
System Red Green Blue C M Y K H S L
Decimal 35 128 113 0.73 0 0.12 0.50 170.32 0.57 0.32
Hex 23 80 71 49 0 C 32 AA 39 20
Octal 43 200 161 111 0 14 62 252 71 40
Binary 100011 10000000 1110001 1001001 0 1100 110010 10101010 111001 100000

Color Harmonies of #238071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238071

Black with #238071

Text Example


Text Example

White with #238071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238071; }

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

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

background-color css

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

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

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

border-color css

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

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

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