#304126

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

Shades of Palm Leaf #304126

Tints of Palm Leaf #304126

Color information

#304126 (or 0x304126) is unknown color: approx Palm Leaf. HEX triplet: 30, 41 and 26. RGB value is (48,65,38). Sum of RGB (Red+Green+Blue) = 48+65+38=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 65 - color contains mainly: green. Hex color #304126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304126 is #CFBED9. Grayscale: #383838. Windows color (decimal): -13614810 or 2507056. OLE color: 2507056.

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

Color convert

RGB486538-
CMYK0.2600.420.75
HSL97.78º26.21%20.2%-
HSV(B)97.78º41.54%25.49%-
XYZ3.464.552.53-
YUV56.84117.37121.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.79%
GREEN value IS 65 (25.78% from 255) = 43.05%
BLUE value IS 38 (15.23% from 255) = 25.17%
R=31.79%
G=43.05%
B=25.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4865380.2600.420.7597.7826.2120.2
Hex3041261A02A4B621a14
Octal6010146320521131423224
Binary1100001000001100110110100101010100101111000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304126; }

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

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

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

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

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

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

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

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