#30561A

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

Shades of Palm Leaf #30561A

Tints of Palm Leaf #30561A

Color information

#30561A (or 0x30561A) is unknown color: approx Palm Leaf. HEX triplet: 30, 56 and 1A. RGB value is (48,86,26). Sum of RGB (Red+Green+Blue) = 48+86+26=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 86 (33.98% from 255 or 53.75% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 86 - color contains mainly: green. Hex color #30561A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30561A is #CFA9E5. Grayscale: #434343. Windows color (decimal): -13609446 or 1726000. OLE color: 1726000.

HSL color Cylindrical-coordinate representation of color #30561A: hue angle of 98º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30561A is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB488626-
CMYK0.4400.700.66
HSL98º53.57%21.96%-
HSV(B)98º69.77%33.73%-
XYZ4.737.362.15-
YUV67.8104.41113.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30%
GREEN value IS 86 (33.98% from 255) = 53.75%
BLUE value IS 26 (10.55% from 255) = 16.25%
R=30%
G=53.75%
B=16.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4886260.4400.700.669853.5721.96
Hex30561A2C04642623616
Octal60126325401061021426626
Binary110000101011011010101100010001101000010110001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30561A; }

 p { color: rgb(48,86,26); }

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

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

 a { background-color: rgb(48,86,26); }

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

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

 span { border-color: rgb(48,86,26); }

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