#305023

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

Shades of Palm Leaf #305023

Tints of Palm Leaf #305023

Color information

#305023 (or 0x305023) is unknown color: approx Palm Leaf. HEX triplet: 30, 50 and 23. RGB value is (48,80,35). Sum of RGB (Red+Green+Blue) = 48+80+35=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #305023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305023 is #CFAFDC. Grayscale: #414141. Windows color (decimal): -13610973 or 2314288. OLE color: 2314288.

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

Color convert

RGB488035-
CMYK0.4000.560.69
HSL102.67º39.13%22.55%-
HSV(B)102.67º56.25%31.37%-
XYZ4.396.492.61-
YUV65.3110.9115.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.45%
GREEN value IS 80 (31.64% from 255) = 49.08%
BLUE value IS 35 (14.06% from 255) = 21.47%
R=29.45%
G=49.08%
B=21.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4880350.4000.560.69102.6739.1322.55
Hex3050232803845672717
Octal6012043500701051474727
Binary110000101000010001110100001110001000101110011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305023; }

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

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

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

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

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

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

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

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