#305321

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

Shades of Palm Leaf #305321

Tints of Palm Leaf #305321

Color information

#305321 (or 0x305321) is unknown color: approx Palm Leaf. HEX triplet: 30, 53 and 21. RGB value is (48,83,33). Sum of RGB (Red+Green+Blue) = 48+83+33=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 83 (32.81% from 255 or 50.61% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 83 - color contains mainly: green. Hex color #305321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305321 is #CFACDE. Grayscale: #434343. Windows color (decimal): -13610207 or 2183984. OLE color: 2183984.

HSL color Cylindrical-coordinate representation of color #305321: hue angle of 102º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #305321 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB488333-
CMYK0.4200.600.67
HSL102º43.1%22.75%-
HSV(B)102º60.24%32.55%-
XYZ4.596.922.53-
YUV66.83108.9114.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.27%
GREEN value IS 83 (32.81% from 255) = 50.61%
BLUE value IS 33 (13.28% from 255) = 20.12%
R=29.27%
G=50.61%
B=20.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4883330.4200.600.6710243.122.75
Hex3053212A03C43662b17
Octal6012341520741031465327
Binary110000101001110000110101001111001000011110011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305321; }

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

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

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

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

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

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

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

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