#304626

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

Shades of Palm Leaf #304626

Tints of Palm Leaf #304626

Color information

#304626 (or 0x304626) is unknown color: approx Palm Leaf. HEX triplet: 30, 46 and 26. RGB value is (48,70,38). Sum of RGB (Red+Green+Blue) = 48+70+38=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #304626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304626 is #CFB9D9. Grayscale: #3B3B3B. Windows color (decimal): -13613530 or 2508336. OLE color: 2508336.

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

Color convert

RGB487038-
CMYK0.3100.460.73
HSL101.25º29.63%21.18%-
HSV(B)101.25º45.71%27.45%-
XYZ3.765.152.63-
YUV59.77115.71119.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.77%
GREEN value IS 70 (27.73% from 255) = 44.87%
BLUE value IS 38 (15.23% from 255) = 24.36%
R=30.77%
G=44.87%
B=24.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4870380.3100.460.73101.2529.6321.18
Hex3046261F02E49651e15
Octal6010646370561111453625
Binary1100001000110100110111110101110100100111001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304626; }

 p { color: rgb(48,70,38); }

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

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

 a { background-color: rgb(48,70,38); }

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

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

 span { border-color: rgb(48,70,38); }

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