#304B24

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

Shades of Palm Leaf #304B24

Tints of Palm Leaf #304B24

Color information

#304B24 (or 0x304B24) is unknown color: approx Palm Leaf. HEX triplet: 30, 4B and 24. RGB value is (48,75,36). Sum of RGB (Red+Green+Blue) = 48+75+36=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 75 (29.69% from 255 or 47.17% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 75 - color contains mainly: green. Hex color #304B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304B24 is #CFB4DB. Grayscale: #3E3E3E. Windows color (decimal): -13612252 or 2378544. OLE color: 2378544.

HSL color Cylindrical-coordinate representation of color #304B24: hue angle of 101.54º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #304B24 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB487536-
CMYK0.3600.520.71
HSL101.54º35.14%21.76%-
HSV(B)101.54º52%29.41%-
XYZ4.055.792.57-
YUV62.48113.05117.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.19%
GREEN value IS 75 (29.69% from 255) = 47.17%
BLUE value IS 36 (14.45% from 255) = 22.64%
R=30.19%
G=47.17%
B=22.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4875360.3600.520.71101.5435.1421.76
Hex304B242403447662316
Octal6011344440641071464326
Binary110000100101110010010010001101001000111110011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304B24; }

 p { color: rgb(48,75,36); }

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

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

 a { background-color: rgb(48,75,36); }

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

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

 span { border-color: rgb(48,75,36); }

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