Html Css Color HEX #305728 Palm Leaf

📋 copy color: '#305728'

red 48 ◦ green 87 ◦ blue 40

#305728
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Leaf #305728

Tints of Palm Leaf #305728

RGB

 RED value IS 48 (19.14% from 255) = 27.43%

 GREEN value IS 87 (34.38% from 255) = 49.71%

 BLUE value IS 40 (16.02% from 255) = 22.86%

R = 27.43%
G = 49.71%
B = 22.86%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.54

 K value IS 0.66

RGB Variations

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

Color information

#305728 (or 0x305728) is known color: Palm Leaf. HEX triplet: 30, 57 and 28. RGB value is (48,87,40). Sum of RGB (Red+Green+Blue) = 48+87+40=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 87 (34.38% from 255 or 49.71% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 87 - color contains mainly: green. Hex color #305728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305728 is #CFA8D7. Grayscale: #464646. Windows color (decimal): -13609176 or 2643760. OLE color: 2643760.

HSL color Cylindrical-coordinate representation of color #305728: hue angle of 109.79º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #305728 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 87 40 -
CMYK 0.45 0 0.54 0.66
HSL 109.79º 0.37% 0.25% -
HSV(B) 109.79º 0.54% 0.34% -
XYZ 5.01 7.6 3.21 -
YUV 69.98 111.08 112.32 -
System Red Green Blue C M Y K H S L
Decimal 48 87 40 0.45 0 0.54 0.66 109.79 0.37 0.25
Hex 30 57 28 2D 0 36 42 6E 25 19
Octal 60 127 50 55 0 66 102 156 45 31
Binary 110000 1010111 101000 101101 0 110110 1000010 1101110 100101 11001

Color Harmonies of #305728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305728

Black with #305728

Text Example


Text Example

White with #305728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305728; }

 p { color: rgb(48,87,40); }

 H1.HeaderClassName
 {
   color: #305728;
 }
 .AnyTagClassName
 {
   color: #305728;
 }
</style>

background-color css

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

 a { background-color: rgb(48,87,40); }

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

border-color css

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

 span { border-color: rgb(48,87,40); }

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