#30571A

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

Shades of Palm Leaf #30571A

Tints of Palm Leaf #30571A

Color information

#30571A (or 0x30571A) is unknown color: approx Palm Leaf. HEX triplet: 30, 57 and 1A. RGB value is (48,87,26). Sum of RGB (Red+Green+Blue) = 48+87+26=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 87 (34.38% from 255 or 54.04% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 87 - color contains mainly: green. Hex color #30571A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30571A is #CFA8E5. Grayscale: #444444. Windows color (decimal): -13609190 or 1726256. OLE color: 1726256.

HSL color Cylindrical-coordinate representation of color #30571A: hue angle of 98.36º 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 #30571A is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB488726-
CMYK0.4500.700.66
HSL98.36º53.98%22.16%-
HSV(B)98.36º70.11%34.12%-
XYZ4.817.522.17-
YUV68.38104.08113.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.81%
GREEN value IS 87 (34.38% from 255) = 54.04%
BLUE value IS 26 (10.55% from 255) = 16.15%
R=29.81%
G=54.04%
B=16.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4887260.4500.700.6698.3653.9822.16
Hex30571A2D04642623616
Octal60127325501061021426626
Binary110000101011111010101101010001101000010110001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30571A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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