#23342D

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

Shades of Palm Green #23342D

Tints of Palm Green #23342D

Color information

#23342D (or 0x23342D) is unknown color: approx Palm Green. HEX triplet: 23, 34 and 2D. RGB value is (35,52,45). Sum of RGB (Red+Green+Blue) = 35+52+45=132 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.52% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 52 - color contains mainly: green. Hex color #23342D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23342D is #DCCBD2. Grayscale: #2E2E2E. Windows color (decimal): -14470099 or 2962467. OLE color: 2962467.

HSL color Cylindrical-coordinate representation of color #23342D: hue angle of 155.29º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #23342D is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.80.

Color convert

RGB355245-
CMYK0.3300.130.80
HSL155.29º19.54%17.06%-
HSV(B)155.29º32.69%20.39%-
XYZ2.3932.94-
YUV46.12127.37120.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 26.52%
GREEN value IS 52 (20.70% from 255) = 39.39%
BLUE value IS 45 (17.97% from 255) = 34.09%
R=26.52%
G=39.39%
B=34.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3552450.3300.130.80155.2919.5417.06
Hex23342D210D509b1411
Octal436455410151202332421
Binary100011110100101101100001011011010000100110111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23342D; }

 p { color: rgb(35,52,45); }

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

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

 a { background-color: rgb(35,52,45); }

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

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

 span { border-color: rgb(35,52,45); }

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