#30551D

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

Shades of Palm Leaf #30551D

Tints of Palm Leaf #30551D

Color information

#30551D (or 0x30551D) is unknown color: approx Palm Leaf. HEX triplet: 30, 55 and 1D. RGB value is (48,85,29). Sum of RGB (Red+Green+Blue) = 48+85+29=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #30551D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30551D is #CFAAE2. Grayscale: #434343. Windows color (decimal): -13609699 or 1922352. OLE color: 1922352.

HSL color Cylindrical-coordinate representation of color #30551D: hue angle of 99.64º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30551D is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB488529-
CMYK0.4400.660.67
HSL99.64º49.12%22.35%-
HSV(B)99.64º65.88%33.33%-
XYZ4.697.212.31-
YUV67.55106.24114.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.63%
GREEN value IS 85 (33.59% from 255) = 52.47%
BLUE value IS 29 (11.72% from 255) = 17.90%
R=29.63%
G=52.47%
B=17.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4885290.4400.660.6799.6449.1222.35
Hex30551D2C04243643116
Octal60125355401021031446126
Binary110000101010111101101100010000101000011110010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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