#238982

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

Shades of Elm #238982

Tints of Elm #238982

Color information

#238982 (or 0x238982) is unknown color: approx Elm. HEX triplet: 23, 89 and 82. RGB value is (35,137,130). Sum of RGB (Red+Green+Blue) = 35+137+130=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #238982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238982 is #DC767D. Grayscale: #696969. Windows color (decimal): -14448254 or 8554787. OLE color: 8554787.

HSL color Cylindrical-coordinate representation of color #238982: hue angle of 175.88º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238982 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB35137130-
CMYK0.7400.050.46
HSL175.88º59.3%33.73%-
HSV(B)175.88º74.45%53.73%-
XYZ13.6719.8624.23-
YUV105.7141.7177.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.59%
GREEN value IS 137 (53.91% from 255) = 45.36%
BLUE value IS 130 (51.17% from 255) = 43.05%
R=11.59%
G=45.36%
B=43.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal351371300.7400.050.46175.8859.333.73
Hex2389824A052Eb03b22
Octal4321120211205562607342
Binary10001110001001100000101001010010110111010110000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238982; }

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

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

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

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

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

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

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

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