#238274

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

Shades of Elm #238274

Tints of Elm #238274

Color information

#238274 (or 0x238274) is unknown color: approx Elm. HEX triplet: 23, 82 and 74. RGB value is (35,130,116). Sum of RGB (Red+Green+Blue) = 35+130+116=281 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.46% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #238274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238274 is #DC7D8B. Grayscale: #636363. Windows color (decimal): -14450060 or 7635491. OLE color: 7635491.

HSL color Cylindrical-coordinate representation of color #238274: hue angle of 171.16º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238274 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB35130116-
CMYK0.7300.110.49
HSL171.16º57.58%32.35%-
HSV(B)171.16º73.08%50.98%-
XYZ11.8317.5819.29-
YUV100137.0381.64-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.46%
GREEN value IS 130 (51.17% from 255) = 46.26%
BLUE value IS 116 (45.70% from 255) = 41.28%
R=12.46%
G=46.26%
B=41.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal351301160.7300.110.49171.1657.5832.35
Hex238274490B31ab3a20
Octal43202164111013612537240
Binary10001110000010111010010010010101111000110101011111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238274; }

 p { color: rgb(35,130,116); }

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

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

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

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

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

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

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