Html Css Color HEX #238379 Elm

📋 copy color: '#238379'

red 35 ◦ green 131 ◦ blue 121

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

Shades of Elm #238379

Tints of Elm #238379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 42.16%

R = 12.2%
G = 45.64%
B = 42.16%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#238379 (or 0x238379) is known color: Elm. HEX triplet: 23, 83 and 79. RGB value is (35,131,121). Sum of RGB (Red+Green+Blue) = 35+131+121=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #238379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238379 is #DC7C86. Grayscale: #656565. Windows color (decimal): -14449799 or 7963427. OLE color: 7963427.

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

Color convert

RGB 35 131 121 -
CMYK 0.73 0 0.08 0.49
HSL 173.75º 0.58% 0.33% -
HSV(B) 173.75º 0.73% 0.51% -
XYZ 12.26 17.97 20.91 -
YUV 101.16 139.2 80.81 -
System Red Green Blue C M Y K H S L
Decimal 35 131 121 0.73 0 0.08 0.49 173.75 0.58 0.33
Hex 23 83 79 49 0 8 31 AE 3A 21
Octal 43 203 171 111 0 10 61 256 72 41
Binary 100011 10000011 1111001 1001001 0 1000 110001 10101110 111010 100001

Color Harmonies of #238379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238379

Black with #238379

Text Example


Text Example

White with #238379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238379; }

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

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

background-color css

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

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

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

border-color css

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

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

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