Html Css Color HEX #238271 Elm

📋 copy color: '#238271'

red 35 ◦ green 130 ◦ blue 113

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

Shades of Elm #238271

Tints of Elm #238271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.76%

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

R = 12.59%
G = 46.76%
B = 40.65%

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

#238271 (or 0x238271) is known color: Elm. HEX triplet: 23, 82 and 71. RGB value is (35,130,113). Sum of RGB (Red+Green+Blue) = 35+130+113=278 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.59% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #238271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238271 is #DC7D8E. Grayscale: #636363. Windows color (decimal): -14450063 or 7438883. OLE color: 7438883.

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

Color convert

RGB 35 130 113 -
CMYK 0.73 0 0.13 0.49
HSL 169.26º 0.58% 0.32% -
HSV(B) 169.26º 0.73% 0.51% -
XYZ 11.66 17.51 18.39 -
YUV 99.66 135.53 81.88 -
System Red Green Blue C M Y K H S L
Decimal 35 130 113 0.73 0 0.13 0.49 169.26 0.58 0.32
Hex 23 82 71 49 0 D 31 A9 3A 20
Octal 43 202 161 111 0 15 61 251 72 40
Binary 100011 10000010 1110001 1001001 0 1101 110001 10101001 111010 100000

Color Harmonies of #238271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238271

Black with #238271

Text Example


Text Example

White with #238271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238271; }

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

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

background-color css

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

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

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

border-color css

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

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

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