#305329

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

Shades of Palm Leaf #305329

Tints of Palm Leaf #305329

Color information

#305329 (or 0x305329) is unknown color: approx Palm Leaf. HEX triplet: 30, 53 and 29. RGB value is (48,83,41). Sum of RGB (Red+Green+Blue) = 48+83+41=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #305329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305329 is #CFACD6. Grayscale: #434343. Windows color (decimal): -13610199 or 2708272. OLE color: 2708272.

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

Color convert

RGB488341-
CMYK0.4200.510.67
HSL110º33.87%24.31%-
HSV(B)110º50.6%32.55%-
XYZ4.716.973.2-
YUV67.75112.9113.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.91%
GREEN value IS 83 (32.81% from 255) = 48.26%
BLUE value IS 41 (16.41% from 255) = 23.84%
R=27.91%
G=48.26%
B=23.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4883410.4200.510.6711033.8724.31
Hex3053292A033436e2218
Octal6012351520631031564230
Binary110000101001110100110101001100111000011110111010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305329; }

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

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

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

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

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

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

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

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