#237D6F

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

Shades of Elm #237D6F

Tints of Elm #237D6F

Color information

#237D6F (or 0x237D6F) is unknown color: approx Elm. HEX triplet: 23, 7D and 6F. RGB value is (35,125,111). Sum of RGB (Red+Green+Blue) = 35+125+111=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 125 (49.22% from 255 or 46.13% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 125 - color contains mainly: green. Hex color #237D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237D6F is #DC8290. Grayscale: #606060. Windows color (decimal): -14451345 or 7306531. OLE color: 7306531.

HSL color Cylindrical-coordinate representation of color #237D6F: hue angle of 170.67º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #237D6F is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB35125111-
CMYK0.7200.110.51
HSL170.67º56.25%31.37%-
HSV(B)170.67º72%49.02%-
XYZ10.916.1717.59-
YUV96.49136.1884.14-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.92%
GREEN value IS 125 (49.22% from 255) = 46.13%
BLUE value IS 111 (43.75% from 255) = 40.96%
R=12.92%
G=46.13%
B=40.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal351251110.7200.110.51170.6756.2531.37
Hex237D6F480B33ab381f
Octal43175157110013632537037
Binary100011111110111011111001000010111100111010101111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237D6F; }

 p { color: rgb(35,125,111); }

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

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

 a { background-color: rgb(35,125,111); }

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

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

 span { border-color: rgb(35,125,111); }

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