#30541B

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

Shades of Palm Leaf #30541B

Tints of Palm Leaf #30541B

Color information

#30541B (or 0x30541B) is unknown color: approx Palm Leaf. HEX triplet: 30, 54 and 1B. RGB value is (48,84,27). Sum of RGB (Red+Green+Blue) = 48+84+27=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #30541B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30541B is #CFABE4. Grayscale: #424242. Windows color (decimal): -13609957 or 1791024. OLE color: 1791024.

HSL color Cylindrical-coordinate representation of color #30541B: hue angle of 97.89º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30541B is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB488427-
CMYK0.4300.680.67
HSL97.89º51.35%21.76%-
HSV(B)97.89º67.86%32.94%-
XYZ4.597.052.16-
YUV66.74105.57114.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.19%
GREEN value IS 84 (33.20% from 255) = 52.83%
BLUE value IS 27 (10.94% from 255) = 16.98%
R=30.19%
G=52.83%
B=16.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4884270.4300.680.6797.8951.3521.76
Hex30541B2B04443623316
Octal60124335301041031426326
Binary110000101010011011101011010001001000011110001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30541B; }

 p { color: rgb(48,84,27); }

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

<style>
 a { background-color: #30541B; }

 a { background-color: rgb(48,84,27); }

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

<style>
 span { border-color: #30541B; }

 span { border-color: rgb(48,84,27); }

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