#305925

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

Shades of Palm Leaf #305925

Tints of Palm Leaf #305925

Color information

#305925 (or 0x305925) is unknown color: approx Palm Leaf. HEX triplet: 30, 59 and 25. RGB value is (48,89,37). Sum of RGB (Red+Green+Blue) = 48+89+37=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 89 (35.16% from 255 or 51.15% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 89 - color contains mainly: green. Hex color #305925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305925 is #CFA6DA. Grayscale: #464646. Windows color (decimal): -13608667 or 2447664. OLE color: 2447664.

HSL color Cylindrical-coordinate representation of color #305925: hue angle of 107.31º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #305925 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB488937-
CMYK0.4600.580.65
HSL107.31º41.27%24.71%-
HSV(B)107.31º58.43%34.9%-
XYZ5.137.913.01-
YUV70.81108.92111.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 89 (35.16% from 255) = 51.15%
BLUE value IS 37 (14.84% from 255) = 21.26%
R=27.59%
G=51.15%
B=21.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4889370.4600.580.65107.3141.2724.71
Hex3059252E03A416b2919
Octal6013145560721011535131
Binary110000101100110010110111001110101000001110101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305925; }

 p { color: rgb(48,89,37); }

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

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

 a { background-color: rgb(48,89,37); }

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

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

 span { border-color: rgb(48,89,37); }

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