#303F2D

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

Shades of Palm Leaf #303F2D

Tints of Palm Leaf #303F2D

Color information

#303F2D (or 0x303F2D) is unknown color: approx Palm Leaf. HEX triplet: 30, 3F and 2D. RGB value is (48,63,45). Sum of RGB (Red+Green+Blue) = 48+63+45=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 63 - color contains mainly: green. Hex color #303F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303F2D is #CFC0D2. Grayscale: #383838. Windows color (decimal): -13615315 or 2965296. OLE color: 2965296.

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

Color convert

RGB486345-
CMYK0.2400.290.75
HSL110º16.67%21.18%-
HSV(B)110º28.57%24.71%-
XYZ3.474.373.14-
YUV56.46121.53121.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.77%
GREEN value IS 63 (25% from 255) = 40.38%
BLUE value IS 45 (17.97% from 255) = 28.85%
R=30.77%
G=40.38%
B=28.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4863450.2400.290.7511016.6721.18
Hex303F2D1801D4B6e1115
Octal607755300351131562125
Binary11000011111110110111000011101100101111011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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