#23827B

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

Shades of Elm #23827B

Tints of Elm #23827B

Color information

#23827B (or 0x23827B) is unknown color: approx Elm. HEX triplet: 23, 82 and 7B. RGB value is (35,130,123). Sum of RGB (Red+Green+Blue) = 35+130+123=288 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.15% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #23827B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23827B is #DC7D84. Grayscale: #646464. Windows color (decimal): -14450053 or 8094243. OLE color: 8094243.

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

Color convert

RGB35130123-
CMYK0.7300.050.49
HSL175.58º57.58%32.35%-
HSV(B)175.58º73.08%50.98%-
XYZ12.2517.7521.52-
YUV100.8140.5381.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.15%
GREEN value IS 130 (51.17% from 255) = 45.14%
BLUE value IS 123 (48.44% from 255) = 42.71%
R=12.15%
G=45.14%
B=42.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal351301230.7300.050.49175.5857.5832.35
Hex23827B490531b03a20
Octal4320217311105612607240
Binary1000111000001011110111001001010111000110110000111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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