#304229

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

Shades of Palm Leaf #304229

Tints of Palm Leaf #304229

Color information

#304229 (or 0x304229) is unknown color: approx Palm Leaf. HEX triplet: 30, 42 and 29. RGB value is (48,66,41). Sum of RGB (Red+Green+Blue) = 48+66+41=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 66 - color contains mainly: green. Hex color #304229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304229 is #CFBDD6. Grayscale: #393939. Windows color (decimal): -13614551 or 2703920. OLE color: 2703920.

HSL color Cylindrical-coordinate representation of color #304229: hue angle of 103.2º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #304229 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB486641-
CMYK0.2700.380.74
HSL103.2º23.36%20.98%-
HSV(B)103.2º37.88%25.88%-
XYZ3.574.682.81-
YUV57.77118.54121.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.97%
GREEN value IS 66 (26.17% from 255) = 42.58%
BLUE value IS 41 (16.41% from 255) = 26.45%
R=30.97%
G=42.58%
B=26.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4866410.2700.380.74103.223.3620.98
Hex3042291B0264A671715
Octal6010251330461121472725
Binary1100001000010101001110110100110100101011001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304229; }

 p { color: rgb(48,66,41); }

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

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

 a { background-color: rgb(48,66,41); }

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

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

 span { border-color: rgb(48,66,41); }

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