#238575

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

Shades of Elm #238575

Tints of Elm #238575

Color information

#238575 (or 0x238575) is unknown color: approx Elm. HEX triplet: 23, 85 and 75. RGB value is (35,133,117). Sum of RGB (Red+Green+Blue) = 35+133+117=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #238575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238575 is #DC7A8A. Grayscale: #656565. Windows color (decimal): -14449291 or 7701795. OLE color: 7701795.

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

Color convert

RGB35133117-
CMYK0.7400.120.48
HSL170.2º58.33%32.94%-
HSV(B)170.2º73.68%52.16%-
XYZ12.2918.4219.74-
YUV101.87136.5380.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.28%
GREEN value IS 133 (52.34% from 255) = 46.67%
BLUE value IS 117 (46.09% from 255) = 41.05%
R=12.28%
G=46.67%
B=41.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal351331170.7400.120.48170.258.3332.94
Hex2385754A0C30aa3a21
Octal43205165112014602527241
Binary10001110000101111010110010100110011000010101010111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238575; }

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

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

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

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

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

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

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

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