#30412D

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

Shades of Palm Leaf #30412D

Tints of Palm Leaf #30412D

Color information

#30412D (or 0x30412D) is unknown color: approx Palm Leaf. HEX triplet: 30, 41 and 2D. RGB value is (48,65,45). Sum of RGB (Red+Green+Blue) = 48+65+45=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 65 - color contains mainly: green. Hex color #30412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30412D is #CFBED2. Grayscale: #393939. Windows color (decimal): -13614803 or 2965808. OLE color: 2965808.

HSL color Cylindrical-coordinate representation of color #30412D: hue angle of 111º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #30412D is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB486545-
CMYK0.2600.310.75
HSL111º18.18%21.57%-
HSV(B)111º30.77%25.49%-
XYZ3.584.63.18-
YUV57.64120.87121.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.38%
GREEN value IS 65 (25.78% from 255) = 41.14%
BLUE value IS 45 (17.97% from 255) = 28.48%
R=30.38%
G=41.14%
B=28.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4865450.2600.310.7511118.1821.57
Hex30412D1A01F4B6f1216
Octal6010155320371131572226
Binary110000100000110110111010011111100101111011111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,65,45); }

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

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

 a { background-color: rgb(48,65,45); }

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

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

 span { border-color: rgb(48,65,45); }

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