#30571D

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

Shades of Palm Leaf #30571D

Tints of Palm Leaf #30571D

Color information

#30571D (or 0x30571D) is unknown color: approx Palm Leaf. HEX triplet: 30, 57 and 1D. RGB value is (48,87,29). Sum of RGB (Red+Green+Blue) = 48+87+29=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 87 (34.38% from 255 or 53.05% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 87 - color contains mainly: green. Hex color #30571D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30571D is #CFA8E2. Grayscale: #444444. Windows color (decimal): -13609187 or 1922864. OLE color: 1922864.

HSL color Cylindrical-coordinate representation of color #30571D: hue angle of 100.34º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30571D is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB488729-
CMYK0.4500.670.66
HSL100.34º50%22.75%-
HSV(B)100.34º66.67%34.12%-
XYZ4.857.532.36-
YUV68.73105.58113.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.27%
GREEN value IS 87 (34.38% from 255) = 53.05%
BLUE value IS 29 (11.72% from 255) = 17.68%
R=29.27%
G=53.05%
B=17.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4887290.4500.670.66100.345022.75
Hex30571D2D04342643217
Octal60127355501031021446227
Binary110000101011111101101101010000111000010110010011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30571D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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