#305429

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

Shades of Palm Leaf #305429

Tints of Palm Leaf #305429

Color information

#305429 (or 0x305429) is unknown color: approx Palm Leaf. HEX triplet: 30, 54 and 29. RGB value is (48,84,41). Sum of RGB (Red+Green+Blue) = 48+84+41=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #305429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305429 is #CFABD6. Grayscale: #444444. Windows color (decimal): -13609943 or 2708528. OLE color: 2708528.

HSL color Cylindrical-coordinate representation of color #305429: hue angle of 110.23º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #305429 is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB488441-
CMYK0.4300.510.67
HSL110.23º34.4%24.51%-
HSV(B)110.23º51.19%32.94%-
XYZ4.797.133.22-
YUV68.33112.57113.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.75%
GREEN value IS 84 (33.20% from 255) = 48.55%
BLUE value IS 41 (16.41% from 255) = 23.70%
R=27.75%
G=48.55%
B=23.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4884410.4300.510.67110.2334.424.51
Hex3054292B033436e2219
Octal6012451530631031564231
Binary110000101010010100110101101100111000011110111010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305429; }

 p { color: rgb(48,84,41); }

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

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

 a { background-color: rgb(48,84,41); }

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

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

 span { border-color: rgb(48,84,41); }

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