#238273

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

Shades of Elm #238273

Tints of Elm #238273

Color information

#238273 (or 0x238273) is unknown color: approx Elm. HEX triplet: 23, 82 and 73. RGB value is (35,130,115). Sum of RGB (Red+Green+Blue) = 35+130+115=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #238273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238273 is #DC7D8C. Grayscale: #636363. Windows color (decimal): -14450061 or 7569955. OLE color: 7569955.

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

Color convert

RGB35130115-
CMYK0.7300.120.49
HSL170.53º57.58%32.35%-
HSV(B)170.53º73.08%50.98%-
XYZ11.7717.5618.99-
YUV99.88136.5381.72-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.5%
GREEN value IS 130 (51.17% from 255) = 46.43%
BLUE value IS 115 (45.31% from 255) = 41.07%
R=12.5%
G=46.43%
B=41.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal351301150.7300.120.49170.5357.5832.35
Hex238273490C31ab3a20
Octal43202163111014612537240
Binary10001110000010111001110010010110011000110101011111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238273; }

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

 H1.HeaderClassName
 {
   color: #238273;
 }
 .AnyTagClassName
 {
   color: #238273;
 }
</style>
background-color css

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

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

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

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

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

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