#304423

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

Shades of Palm Leaf #304423

Tints of Palm Leaf #304423

Color information

#304423 (or 0x304423) is unknown color: approx Palm Leaf. HEX triplet: 30, 44 and 23. RGB value is (48,68,35). Sum of RGB (Red+Green+Blue) = 48+68+35=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 68 - color contains mainly: green. Hex color #304423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304423 is #CFBBDC. Grayscale: #3A3A3A. Windows color (decimal): -13614045 or 2311216. OLE color: 2311216.

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

Color convert

RGB486835-
CMYK0.2900.490.73
HSL96.36º32.04%20.2%-
HSV(B)96.36º48.53%26.67%-
XYZ3.594.882.34-
YUV58.26114.87120.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.79%
GREEN value IS 68 (26.95% from 255) = 45.03%
BLUE value IS 35 (14.06% from 255) = 23.18%
R=31.79%
G=45.03%
B=23.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4868350.2900.490.7396.3632.0420.2
Hex3044231D03149602014
Octal6010443350611111404024
Binary11000010001001000111110101100011001001110000010000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304423; }

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

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

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

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

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

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

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

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