#30581D

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

Shades of Palm Leaf #30581D

Tints of Palm Leaf #30581D

Color information

#30581D (or 0x30581D) is unknown color: approx Palm Leaf. HEX triplet: 30, 58 and 1D. RGB value is (48,88,29). Sum of RGB (Red+Green+Blue) = 48+88+29=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 88 (34.77% from 255 or 53.33% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 88 - color contains mainly: green. Hex color #30581D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30581D is #CFA7E2. Grayscale: #454545. Windows color (decimal): -13608931 or 1923120. OLE color: 1923120.

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

Color convert

RGB488829-
CMYK0.4500.670.65
HSL100.68º50.43%22.94%-
HSV(B)100.68º67.05%34.51%-
XYZ4.937.72.39-
YUV69.31105.25112.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.09%
GREEN value IS 88 (34.77% from 255) = 53.33%
BLUE value IS 29 (11.72% from 255) = 17.58%
R=29.09%
G=53.33%
B=17.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4888290.4500.670.65100.6850.4322.94
Hex30581D2D04341653217
Octal60130355501031011456227
Binary110000101100011101101101010000111000001110010111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30581D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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