#26332D

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

Shades of Palm Green #26332D

Tints of Palm Green #26332D

Color information

#26332D (or 0x26332D) is unknown color: approx Palm Green. HEX triplet: 26, 33 and 2D. RGB value is (38,51,45). Sum of RGB (Red+Green+Blue) = 38+51+45=134 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.36% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 51 - color contains mainly: green. Hex color #26332D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26332D is #D9CCD2. Grayscale: #2E2E2E. Windows color (decimal): -14273747 or 2962214. OLE color: 2962214.

HSL color Cylindrical-coordinate representation of color #26332D: hue angle of 152.31º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #26332D is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.8.

Color convert

RGB385145-
CMYK0.2500.120.8
HSL152.31º14.61%17.45%-
HSV(B)152.31º25.49%20%-
XYZ2.462.972.93-
YUV46.43127.19121.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.36%
GREEN value IS 51 (20.31% from 255) = 38.06%
BLUE value IS 45 (17.97% from 255) = 33.58%
R=28.36%
G=38.06%
B=33.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3851450.2500.120.8152.3114.6117.45
Hex26332D190C5098f11
Octal466355310141202301721
Binary1001101100111011011100101100101000010011000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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