#238379

Color #238379 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #238379

Tints of Elm #238379

Color information

#238379 (or 0x238379) is unknown color: approx 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

RGB35131121-
CMYK0.7300.080.49
HSL173.75º57.83%32.55%-
HSV(B)173.75º73.28%51.37%-
XYZ12.2617.9720.91-
YUV101.16139.280.81-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.20%
GREEN value IS 131 (51.56% from 255) = 45.64%
BLUE value IS 121 (47.66% from 255) = 42.16%
R=12.20%
G=45.64%
B=42.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal351311210.7300.080.49173.7557.8332.55
Hex238379490831ae3a21
Octal43203171111010612567241
Binary10001110000011111100110010010100011000110101110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>