#23827F

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

Shades of Elm #23827F

Tints of Elm #23827F

Color information

#23827F (or 0x23827F) is unknown color: approx Elm. HEX triplet: 23, 82 and 7F. RGB value is (35,130,127). Sum of RGB (Red+Green+Blue) = 35+130+127=292 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.99% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #23827F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23827F is #DC7D80. Grayscale: #656565. Windows color (decimal): -14450049 or 8356387. OLE color: 8356387.

HSL color Cylindrical-coordinate representation of color #23827F: hue angle of 178.11º 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 #23827F is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB35130127-
CMYK0.7300.020.49
HSL178.11º57.58%32.35%-
HSV(B)178.11º73.08%50.98%-
XYZ12.5117.8522.87-
YUV101.25142.5380.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.99%
GREEN value IS 130 (51.17% from 255) = 44.52%
BLUE value IS 127 (50% from 255) = 43.49%
R=11.99%
G=44.52%
B=43.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal351301270.7300.020.49178.1157.5832.35
Hex23827F490231b23a20
Octal4320217711102612627240
Binary100011100000101111111100100101011000110110010111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23827F; }

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

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

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

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

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

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

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

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