#304F23

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

Shades of Palm Leaf #304F23

Tints of Palm Leaf #304F23

Color information

#304F23 (or 0x304F23) is unknown color: approx Palm Leaf. HEX triplet: 30, 4F and 23. RGB value is (48,79,35). Sum of RGB (Red+Green+Blue) = 48+79+35=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 79 (31.25% from 255 or 48.77% from 162); Blue value is 35 (14.06% from 255 or 21.60% from 162); Max value from RGB is 79 - color contains mainly: green. Hex color #304F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304F23 is #CFB0DC. Grayscale: #404040. Windows color (decimal): -13611229 or 2314032. OLE color: 2314032.

HSL color Cylindrical-coordinate representation of color #304F23: hue angle of 102.27º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #304F23 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB487935-
CMYK0.3900.560.69
HSL102.27º38.6%22.35%-
HSV(B)102.27º55.7%30.98%-
XYZ4.326.342.59-
YUV64.71111.23116.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.63%
GREEN value IS 79 (31.25% from 255) = 48.77%
BLUE value IS 35 (14.06% from 255) = 21.60%
R=29.63%
G=48.77%
B=21.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4879350.3900.560.69102.2738.622.35
Hex304F232703845662716
Octal6011743470701051464726
Binary110000100111110001110011101110001000101110011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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