#23312A

Color #23312A Palm Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Green #23312A

Tints of Palm Green #23312A

Color information

#23312A (or 0x23312A) is unknown color: approx Palm Green. HEX triplet: 23, 31 and 2A. RGB value is (35,49,42). Sum of RGB (Red+Green+Blue) = 35+49+42=126 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.78% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 49 - color contains mainly: green. Hex color #23312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23312A is #DCCED5. Grayscale: #2C2C2C. Windows color (decimal): -14470870 or 2765091. OLE color: 2765091.

HSL color Cylindrical-coordinate representation of color #23312A: hue angle of 150º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #23312A is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.81.

Color convert

RGB354942-
CMYK0.2900.140.81
HSL150º16.67%16.47%-
HSV(B)150º28.57%19.22%-
XYZ2.212.722.6-
YUV44.02126.86121.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.78%
GREEN value IS 49 (19.53% from 255) = 38.89%
BLUE value IS 42 (16.80% from 255) = 33.33%
R=27.78%
G=38.89%
B=33.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3549420.2900.140.8115016.6716.47
Hex23312A1D0E51961110
Octal436152350161212262120
Binary10001111000110101011101011101010001100101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23312A; }

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

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

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

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

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

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

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

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