#237972

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

Shades of Elm #237972

Tints of Elm #237972

Color information

#237972 (or 0x237972) is unknown color: approx Elm. HEX triplet: 23, 79 and 72. RGB value is (35,121,114). Sum of RGB (Red+Green+Blue) = 35+121+114=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #237972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237972 is #DC868D. Grayscale: #5E5E5E. Windows color (decimal): -14452366 or 7502115. OLE color: 7502115.

HSL color Cylindrical-coordinate representation of color #237972: hue angle of 175.12º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #237972 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB35121114-
CMYK0.7100.060.53
HSL175.12º55.13%30.59%-
HSV(B)175.12º71.07%47.45%-
XYZ10.5715.2518.31-
YUV94.49139.0185.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.96%
GREEN value IS 121 (47.66% from 255) = 44.81%
BLUE value IS 114 (44.92% from 255) = 42.22%
R=12.96%
G=44.81%
B=42.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal351211140.7100.060.53175.1255.1330.59
Hex237972470635af371f
Octal4317116210706652576737
Binary10001111110011110010100011101101101011010111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237972; }

 p { color: rgb(35,121,114); }

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

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

 a { background-color: rgb(35,121,114); }

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

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

 span { border-color: rgb(35,121,114); }

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