#237272

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

Shades of Elm #237272

Tints of Elm #237272

Color information

#237272 (or 0x237272) is unknown color: approx Elm. HEX triplet: 23, 72 and 72. RGB value is (35,114,114). Sum of RGB (Red+Green+Blue) = 35+114+114=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #237272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237272 is #DC8D8D. Grayscale: #5A5A5A. Windows color (decimal): -14454158 or 7500323. OLE color: 7500323.

HSL color Cylindrical-coordinate representation of color #237272: hue angle of 180º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #237272 is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB35114114-
CMYK0.69000.55
HSL180º53.02%29.22%-
HSV(B)180º69.3%44.71%-
XYZ9.7513.6118.03-
YUV90.38141.3388.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.31%
GREEN value IS 114 (44.92% from 255) = 43.35%
BLUE value IS 114 (44.92% from 255) = 43.35%
R=13.31%
G=43.35%
B=43.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal351141140.69000.5518053.0229.22
Hex237272450037b4351d
Octal4316216210500672646535
Binary100011111001011100101000101001101111011010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237272; }

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

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

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

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

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

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

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

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