#238B83

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

Shades of Elm #238B83

Tints of Elm #238B83

Color information

#238B83 (or 0x238B83) is unknown color: approx Elm. HEX triplet: 23, 8B and 83. RGB value is (35,139,131). Sum of RGB (Red+Green+Blue) = 35+139+131=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #238B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238B83 is #DC747C. Grayscale: #6A6A6A. Windows color (decimal): -14447741 or 8620835. OLE color: 8620835.

HSL color Cylindrical-coordinate representation of color #238B83: hue angle of 175.38º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238B83 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB35139131-
CMYK0.7500.060.45
HSL175.38º59.77%34.12%-
HSV(B)175.38º74.82%54.51%-
XYZ14.0220.4624.68-
YUV106.99141.5476.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.48%
GREEN value IS 139 (54.69% from 255) = 45.57%
BLUE value IS 131 (51.56% from 255) = 42.95%
R=11.48%
G=45.57%
B=42.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal351391310.7500.060.45175.3859.7734.12
Hex238B834B062Daf3c22
Octal4321320311306552577442
Binary10001110001011100000111001011011010110110101111111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238B83; }

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

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

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

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

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

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

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

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