#238B81

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

Shades of Elm #238B81

Tints of Elm #238B81

Color information

#238B81 (or 0x238B81) is unknown color: approx Elm. HEX triplet: 23, 8B and 81. RGB value is (35,139,129). Sum of RGB (Red+Green+Blue) = 35+139+129=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 139 - color contains mainly: green. Hex color #238B81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238B81 is #DC747E. Grayscale: #6A6A6A. Windows color (decimal): -14447743 or 8489763. OLE color: 8489763.

HSL color Cylindrical-coordinate representation of color #238B81: hue angle of 174.23º 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 #238B81 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB35139129-
CMYK0.7500.070.45
HSL174.23º59.77%34.12%-
HSV(B)174.23º74.82%54.51%-
XYZ13.8920.4123.98-
YUV106.76140.5476.81-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.55%
GREEN value IS 139 (54.69% from 255) = 45.87%
BLUE value IS 129 (50.78% from 255) = 42.57%
R=11.55%
G=45.87%
B=42.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal351391290.7500.070.45174.2359.7734.12
Hex238B814B072Dae3c22
Octal4321320111307552567442
Binary10001110001011100000011001011011110110110101110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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