Html Css Color HEX #238377 Elm

📋 copy color: '#238377'

red 35 ◦ green 131 ◦ blue 119

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

Shades of Elm #238377

Tints of Elm #238377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.96%

 BLUE value IS 119 (46.88% from 255) = 41.75%

R = 12.28%
G = 45.96%
B = 41.75%

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

#238377 (or 0x238377) is known color: Elm. HEX triplet: 23, 83 and 77. RGB value is (35,131,119). Sum of RGB (Red+Green+Blue) = 35+131+119=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #238377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238377 is #DC7C88. Grayscale: #646464. Windows color (decimal): -14449801 or 7832355. OLE color: 7832355.

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

Color convert

RGB 35 131 119 -
CMYK 0.73 0 0.09 0.49
HSL 172.5º 0.58% 0.33% -
HSV(B) 172.5º 0.73% 0.51% -
XYZ 12.14 17.92 20.27 -
YUV 100.93 138.2 80.98 -
System Red Green Blue C M Y K H S L
Decimal 35 131 119 0.73 0 0.09 0.49 172.5 0.58 0.33
Hex 23 83 77 49 0 9 31 AC 3A 21
Octal 43 203 167 111 0 11 61 254 72 41
Binary 100011 10000011 1110111 1001001 0 1001 110001 10101100 111010 100001

Color Harmonies of #238377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238377

Black with #238377

Text Example


Text Example

White with #238377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238377; }

 p { color: rgb(35,131,119); }

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

background-color css

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

 a { background-color: rgb(35,131,119); }

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

border-color css

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

 span { border-color: rgb(35,131,119); }

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