#304E2A

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

Shades of Palm Leaf #304E2A

Tints of Palm Leaf #304E2A

Color information

#304E2A (or 0x304E2A) is unknown color: approx Palm Leaf. HEX triplet: 30, 4E and 2A. RGB value is (48,78,42). Sum of RGB (Red+Green+Blue) = 48+78+42=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 78 (30.86% from 255 or 46.43% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 78 - color contains mainly: green. Hex color #304E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304E2A is #CFB1D5. Grayscale: #414141. Windows color (decimal): -13611478 or 2772528. OLE color: 2772528.

HSL color Cylindrical-coordinate representation of color #304E2A: hue angle of 110º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #304E2A is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB487842-
CMYK0.3800.460.69
HSL110º30%23.53%-
HSV(B)110º46.15%30.59%-
XYZ4.366.243.17-
YUV64.93115.06115.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.57%
GREEN value IS 78 (30.86% from 255) = 46.43%
BLUE value IS 42 (16.80% from 255) = 25%
R=28.57%
G=46.43%
B=25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4878420.3800.460.691103023.53
Hex304E2A2602E456e1e18
Octal6011652460561051563630
Binary11000010011101010101001100101110100010111011101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304E2A; }

 p { color: rgb(48,78,42); }

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

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

 a { background-color: rgb(48,78,42); }

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

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

 span { border-color: rgb(48,78,42); }

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