#26342D

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

Shades of Palm Green #26342D

Tints of Palm Green #26342D

Color information

#26342D (or 0x26342D) is unknown color: approx Palm Green. HEX triplet: 26, 34 and 2D. RGB value is (38,52,45). Sum of RGB (Red+Green+Blue) = 38+52+45=135 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.15% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 52 - color contains mainly: green. Hex color #26342D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26342D is #D9CBD2. Grayscale: #2F2F2F. Windows color (decimal): -14273491 or 2962470. OLE color: 2962470.

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

Color convert

RGB385245-
CMYK0.2700.130.80
HSL150º15.56%17.65%-
HSV(B)150º26.92%20.39%-
XYZ2.53.062.94-
YUV47.02126.86121.57-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.15%
GREEN value IS 52 (20.70% from 255) = 38.52%
BLUE value IS 45 (17.97% from 255) = 33.33%
R=28.15%
G=38.52%
B=33.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3852450.2700.130.8015015.5617.65
Hex26342D1B0D50961012
Octal466455330151202262022
Binary10011011010010110111011011011010000100101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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