#303D2F

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

Shades of Palm Leaf #303D2F

Tints of Palm Leaf #303D2F

Color information

#303D2F (or 0x303D2F) is unknown color: approx Palm Leaf. HEX triplet: 30, 3D and 2F. RGB value is (48,61,47). Sum of RGB (Red+Green+Blue) = 48+61+47=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 61 (24.22% from 255 or 39.10% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 61 - color contains mainly: green. Hex color #303D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D2F is #CFC2D0. Grayscale: #373737. Windows color (decimal): -13615825 or 3095856. OLE color: 3095856.

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

Color convert

RGB486147-
CMYK0.2100.230.76
HSL115.71º12.96%21.18%-
HSV(B)115.71º22.95%23.92%-
XYZ3.44.173.32-
YUV55.52123.19122.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.77%
GREEN value IS 61 (24.22% from 255) = 39.10%
BLUE value IS 47 (18.75% from 255) = 30.13%
R=30.77%
G=39.10%
B=30.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4861470.2100.230.76115.7112.9621.18
Hex303D2F150174C74d15
Octal607557250271141641525
Binary1100001111011011111010101011110011001110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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