#304027

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

Shades of Palm Leaf #304027

Tints of Palm Leaf #304027

Color information

#304027 (or 0x304027) is unknown color: approx Palm Leaf. HEX triplet: 30, 40 and 27. RGB value is (48,64,39). Sum of RGB (Red+Green+Blue) = 48+64+39=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 39 (15.62% from 255 or 25.83% from 151); Max value from RGB is 64 - color contains mainly: green. Hex color #304027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304027 is #CFBFD8. Grayscale: #383838. Windows color (decimal): -13615065 or 2572336. OLE color: 2572336.

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

Color convert

RGB486439-
CMYK0.2500.390.75
HSL98.4º24.27%20.2%-
HSV(B)98.4º39.06%25.1%-
XYZ3.424.442.6-
YUV56.37118.2122.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.79%
GREEN value IS 64 (25.39% from 255) = 42.38%
BLUE value IS 39 (15.62% from 255) = 25.83%
R=31.79%
G=42.38%
B=25.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4864390.2500.390.7598.424.2720.2
Hex304027190274B621814
Octal6010047310471131423024
Binary1100001000000100111110010100111100101111000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304027; }

 p { color: rgb(48,64,39); }

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

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

 a { background-color: rgb(48,64,39); }

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

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

 span { border-color: rgb(48,64,39); }

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