Html Css Color HEX #238475 Elm

📋 copy color: '#238475'

red 35 ◦ green 132 ◦ blue 117

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

Shades of Elm #238475

Tints of Elm #238475

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.48%

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

R = 12.32%
G = 46.48%
B = 41.2%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#238475 (or 0x238475) is known color: Elm. HEX triplet: 23, 84 and 75. RGB value is (35,132,117). Sum of RGB (Red+Green+Blue) = 35+132+117=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #238475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238475 is #DC7B8A. Grayscale: #656565. Windows color (decimal): -14449547 or 7701539. OLE color: 7701539.

HSL color Cylindrical-coordinate representation of color #238475: hue angle of 170.72º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238475 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 35 132 117 -
CMYK 0.73 0 0.11 0.48
HSL 170.72º 0.58% 0.33% -
HSV(B) 170.72º 0.73% 0.52% -
XYZ 12.16 18.14 19.69 -
YUV 101.29 136.86 80.72 -
System Red Green Blue C M Y K H S L
Decimal 35 132 117 0.73 0 0.11 0.48 170.72 0.58 0.33
Hex 23 84 75 49 0 B 30 AB 3A 21
Octal 43 204 165 111 0 13 60 253 72 41
Binary 100011 10000100 1110101 1001001 0 1011 110000 10101011 111010 100001

Color Harmonies of #238475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238475

Black with #238475

Text Example


Text Example

White with #238475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238475; }

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

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

background-color css

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

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

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

border-color css

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

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

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