#305C1B

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

Shades of Palm Leaf #305C1B

Tints of Palm Leaf #305C1B

Color information

#305C1B (or 0x305C1B) is unknown color: approx Palm Leaf. HEX triplet: 30, 5C and 1B. RGB value is (48,92,27). Sum of RGB (Red+Green+Blue) = 48+92+27=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 92 (36.33% from 255 or 55.09% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 92 - color contains mainly: green. Hex color #305C1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305C1B is #CFA3E4. Grayscale: #474747. Windows color (decimal): -13607909 or 1793072. OLE color: 1793072.

HSL color Cylindrical-coordinate representation of color #305C1B: hue angle of 100.62º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #305C1B is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.64.

Color convert

RGB489227-
CMYK0.4800.710.64
HSL100.62º54.62%23.33%-
HSV(B)100.62º70.65%36.08%-
XYZ5.248.362.37-
YUV71.43102.92111.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.74%
GREEN value IS 92 (36.33% from 255) = 55.09%
BLUE value IS 27 (10.94% from 255) = 16.17%
R=28.74%
G=55.09%
B=16.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4892270.4800.710.64100.6254.6223.33
Hex305C1B3004740653717
Octal60134336001071001456727
Binary110000101110011011110000010001111000000110010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305C1B; }

 p { color: rgb(48,92,27); }

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

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

 a { background-color: rgb(48,92,27); }

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

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

 span { border-color: rgb(48,92,27); }

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