#305029

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

Shades of Palm Leaf #305029

Tints of Palm Leaf #305029

Color information

#305029 (or 0x305029) is unknown color: approx Palm Leaf. HEX triplet: 30, 50 and 29. RGB value is (48,80,41). Sum of RGB (Red+Green+Blue) = 48+80+41=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #305029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305029 is #CFAFD6. Grayscale: #424242. Windows color (decimal): -13610967 or 2707504. OLE color: 2707504.

HSL color Cylindrical-coordinate representation of color #305029: hue angle of 109.23º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #305029 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB488041-
CMYK0.4000.490.69
HSL109.23º32.23%23.73%-
HSV(B)109.23º48.75%31.37%-
XYZ4.496.533.12-
YUV65.99113.9115.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.40%
GREEN value IS 80 (31.64% from 255) = 47.34%
BLUE value IS 41 (16.41% from 255) = 24.26%
R=28.40%
G=47.34%
B=24.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4880410.4000.490.69109.2332.2323.73
Hex30502928031456d2018
Octal6012051500611051554030
Binary110000101000010100110100001100011000101110110110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305029; }

 p { color: rgb(48,80,41); }

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

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

 a { background-color: rgb(48,80,41); }

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

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

 span { border-color: rgb(48,80,41); }

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