#304427

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

Shades of Palm Leaf #304427

Tints of Palm Leaf #304427

Color information

#304427 (or 0x304427) is unknown color: approx Palm Leaf. HEX triplet: 30, 44 and 27. RGB value is (48,68,39). Sum of RGB (Red+Green+Blue) = 48+68+39=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 68 - color contains mainly: green. Hex color #304427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304427 is #CFBBD8. Grayscale: #3A3A3A. Windows color (decimal): -13614041 or 2573360. OLE color: 2573360.

HSL color Cylindrical-coordinate representation of color #304427: hue angle of 101.38º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #304427 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB486839-
CMYK0.2900.430.73
HSL101.38º27.1%20.98%-
HSV(B)101.38º42.65%26.67%-
XYZ3.654.912.67-
YUV58.71116.87120.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.97%
GREEN value IS 68 (26.95% from 255) = 43.87%
BLUE value IS 39 (15.62% from 255) = 25.16%
R=30.97%
G=43.87%
B=25.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4868390.2900.430.73101.3827.120.98
Hex3044271D02B49651b15
Octal6010447350531111453325
Binary1100001000100100111111010101011100100111001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304427; }

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

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

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

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

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

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

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

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