#303D2E

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

Shades of Palm Leaf #303D2E

Tints of Palm Leaf #303D2E

Color information

#303D2E (or 0x303D2E) is unknown color: approx Palm Leaf. HEX triplet: 30, 3D and 2E. RGB value is (48,61,46). Sum of RGB (Red+Green+Blue) = 48+61+46=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 61 - color contains mainly: green. Hex color #303D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D2E is #CFC2D1. Grayscale: #373737. Windows color (decimal): -13615826 or 3030320. OLE color: 3030320.

HSL color Cylindrical-coordinate representation of color #303D2E: hue angle of 112º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #303D2E is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.

Color convert

RGB486146-
CMYK0.2100.250.76
HSL112º14.02%20.98%-
HSV(B)112º24.59%23.92%-
XYZ3.384.163.21-
YUV55.4122.69122.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.97%
GREEN value IS 61 (24.22% from 255) = 39.35%
BLUE value IS 46 (18.36% from 255) = 29.68%
R=30.97%
G=39.35%
B=29.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4861460.2100.250.7611214.0220.98
Hex303D2E150194C70e15
Octal607556250311141601625
Binary1100001111011011101010101100110011001110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303D2E; }

 p { color: rgb(48,61,46); }

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

<style>
 a { background-color: #303D2E; }

 a { background-color: rgb(48,61,46); }

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

<style>
 span { border-color: #303D2E; }

 span { border-color: rgb(48,61,46); }

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