#305125

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

Shades of Palm Leaf #305125

Tints of Palm Leaf #305125

Color information

#305125 (or 0x305125) is unknown color: approx Palm Leaf. HEX triplet: 30, 51 and 25. RGB value is (48,81,37). Sum of RGB (Red+Green+Blue) = 48+81+37=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 81 - color contains mainly: green. Hex color #305125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305125 is #CFAEDA. Grayscale: #424242. Windows color (decimal): -13610715 or 2445616. OLE color: 2445616.

HSL color Cylindrical-coordinate representation of color #305125: hue angle of 105º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #305125 is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB488137-
CMYK0.4100.540.68
HSL105º37.29%23.14%-
HSV(B)105º54.32%31.76%-
XYZ4.56.652.8-
YUV66.12111.57115.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.92%
GREEN value IS 81 (32.03% from 255) = 48.80%
BLUE value IS 37 (14.84% from 255) = 22.29%
R=28.92%
G=48.80%
B=22.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4881370.4100.540.6810537.2923.14
Hex3051252903644692517
Octal6012145510661041514527
Binary110000101000110010110100101101101000100110100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305125; }

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

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

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

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

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

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

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

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