#30541F

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

Shades of Palm Leaf #30541F

Tints of Palm Leaf #30541F

Color information

#30541F (or 0x30541F) is unknown color: approx Palm Leaf. HEX triplet: 30, 54 and 1F. RGB value is (48,84,31). Sum of RGB (Red+Green+Blue) = 48+84+31=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 84 (33.20% from 255 or 51.53% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 84 - color contains mainly: green. Hex color #30541F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30541F is #CFABE0. Grayscale: #434343. Windows color (decimal): -13609953 or 2053168. OLE color: 2053168.

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

Color convert

RGB488431-
CMYK0.4300.630.67
HSL100.75º46.09%22.55%-
HSV(B)100.75º63.1%32.94%-
XYZ4.647.072.42-
YUV67.19107.57114.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.45%
GREEN value IS 84 (33.20% from 255) = 51.53%
BLUE value IS 31 (12.5% from 255) = 19.02%
R=29.45%
G=51.53%
B=19.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4884310.4300.630.67100.7546.0922.55
Hex30541F2B03F43652e17
Octal6012437530771031455627
Binary11000010101001111110101101111111000011110010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30541F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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