#305027

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

Shades of Palm Leaf #305027

Tints of Palm Leaf #305027

Color information

#305027 (or 0x305027) is unknown color: approx Palm Leaf. HEX triplet: 30, 50 and 27. RGB value is (48,80,39). Sum of RGB (Red+Green+Blue) = 48+80+39=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 80 - color contains mainly: green. Hex color #305027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305027 is #CFAFD8. Grayscale: #414141. Windows color (decimal): -13610969 or 2576432. OLE color: 2576432.

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

Color convert

RGB488039-
CMYK0.4000.510.69
HSL106.83º34.45%23.33%-
HSV(B)106.83º51.25%31.37%-
XYZ4.456.512.94-
YUV65.76112.9115.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.74%
GREEN value IS 80 (31.64% from 255) = 47.90%
BLUE value IS 39 (15.62% from 255) = 23.35%
R=28.74%
G=47.90%
B=23.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4880390.4000.510.69106.8334.4523.33
Hex30502728033456b2217
Octal6012047500631051534227
Binary110000101000010011110100001100111000101110101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305027; }

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

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

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

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

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

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

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

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