#234031

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

Shades of Everglade #234031

Tints of Everglade #234031

Color information

#234031 (or 0x234031) is unknown color: approx Everglade. HEX triplet: 23, 40 and 31. RGB value is (35,64,49). Sum of RGB (Red+Green+Blue) = 35+64+49=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 64 - color contains mainly: green. Hex color #234031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234031 is #DCBFCE. Grayscale: #353535. Windows color (decimal): -14467023 or 3227683. OLE color: 3227683.

HSL color Cylindrical-coordinate representation of color #234031: hue angle of 148.97º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #234031 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB356449-
CMYK0.4500.230.75
HSL148.97º29.29%19.41%-
HSV(B)148.97º45.31%25.1%-
XYZ3.084.253.56-
YUV53.62125.39114.72-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.65%
GREEN value IS 64 (25.39% from 255) = 43.24%
BLUE value IS 49 (19.53% from 255) = 33.11%
R=23.65%
G=43.24%
B=33.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3564490.4500.230.75148.9729.2919.41
Hex2340312D0174B951d13
Octal4310061550271132253523
Binary10001110000001100011011010101111001011100101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234031; }

 p { color: rgb(35,64,49); }

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

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

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

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

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

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

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