#304028

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

Shades of Palm Leaf #304028

Tints of Palm Leaf #304028

Color information

#304028 (or 0x304028) is unknown color: approx Palm Leaf. HEX triplet: 30, 40 and 28. RGB value is (48,64,40). Sum of RGB (Red+Green+Blue) = 48+64+40=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 64 - color contains mainly: green. Hex color #304028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304028 is #CFBFD7. Grayscale: #383838. Windows color (decimal): -13615064 or 2637872. OLE color: 2637872.

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

Color convert

RGB486440-
CMYK0.2500.380.75
HSL100º23.08%20.39%-
HSV(B)100º37.5%25.1%-
XYZ3.444.452.69-
YUV56.48118.7121.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.58%
GREEN value IS 64 (25.39% from 255) = 42.11%
BLUE value IS 40 (16.02% from 255) = 26.32%
R=31.58%
G=42.11%
B=26.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4864400.2500.380.7510023.0820.39
Hex304028190264B641714
Octal6010050310461131442724
Binary1100001000000101000110010100110100101111001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304028; }

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

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

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

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

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

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

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

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