#2D5C1C

Color #2D5C1C Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #2D5C1C

Tints of Palm Leaf #2D5C1C

Color information

#2D5C1C (or 0x2D5C1C) is unknown color: approx Palm Leaf. HEX triplet: 2D, 5C and 1C. RGB value is (45,92,28). Sum of RGB (Red+Green+Blue) = 45+92+28=165 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.27% from 165); Green value is 92 (36.33% from 255 or 55.76% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 92 - color contains mainly: green. Hex color #2D5C1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5C1C is #D2A3E3. Grayscale: #464646. Windows color (decimal): -13804516 or 1858605. OLE color: 1858605.

HSL color Cylindrical-coordinate representation of color #2D5C1C: hue angle of 104.06º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D5C1C is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.64.

Color convert

RGB459228-
CMYK0.5100.700.64
HSL104.06º53.33%23.53%-
HSV(B)104.06º69.57%36.08%-
XYZ5.128.32.43-
YUV70.65103.93109.7-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.27%
GREEN value IS 92 (36.33% from 255) = 55.76%
BLUE value IS 28 (11.33% from 255) = 16.97%
R=27.27%
G=55.76%
B=16.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4592280.5100.700.64104.0653.3323.53
Hex2D5C1C3304640683518
Octal55134346301061001506530
Binary101101101110011100110011010001101000000110100011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D5C1C; }

 p { color: rgb(45,92,28); }

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

<style>
 a { background-color: #2D5C1C; }

 a { background-color: rgb(45,92,28); }

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

<style>
 span { border-color: #2D5C1C; }

 span { border-color: rgb(45,92,28); }

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