#26352E

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

Shades of Palm Green #26352E

Tints of Palm Green #26352E

Color information

#26352E (or 0x26352E) is unknown color: approx Palm Green. HEX triplet: 26, 35 and 2E. RGB value is (38,53,46). Sum of RGB (Red+Green+Blue) = 38+53+46=137 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.74% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 53 - color contains mainly: green. Hex color #26352E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26352E is #D9CAD1. Grayscale: #2F2F2F. Windows color (decimal): -14273234 or 3028262. OLE color: 3028262.

HSL color Cylindrical-coordinate representation of color #26352E: hue angle of 152º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #26352E is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB385346-
CMYK0.2800.130.79
HSL152º16.48%17.84%-
HSV(B)152º28.3%20.78%-
XYZ2.573.163.06-
YUV47.72127.03121.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.74%
GREEN value IS 53 (21.09% from 255) = 38.69%
BLUE value IS 46 (18.36% from 255) = 33.58%
R=27.74%
G=38.69%
B=33.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3853460.2800.130.7915216.4817.84
Hex26352E1C0D4F981012
Octal466556340151172302022
Binary10011011010110111011100011011001111100110001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26352E; }

 p { color: rgb(38,53,46); }

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

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

 a { background-color: rgb(38,53,46); }

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

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

 span { border-color: rgb(38,53,46); }

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