Html Css Color HEX #305528 Palm Leaf

📋 copy color: '#305528'

red 48 ◦ green 85 ◦ blue 40

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

Shades of Palm Leaf #305528

Tints of Palm Leaf #305528

RGB

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

 GREEN value IS 85 (33.59% from 255) = 49.13%

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

R = 27.75%
G = 49.13%
B = 23.12%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#305528 (or 0x305528) is known color: Palm Leaf. HEX triplet: 30, 55 and 28. RGB value is (48,85,40). Sum of RGB (Red+Green+Blue) = 48+85+40=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #305528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305528 is #CFAAD7. Grayscale: #444444. Windows color (decimal): -13609688 or 2643248. OLE color: 2643248.

HSL color Cylindrical-coordinate representation of color #305528: hue angle of 109.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #305528 is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 85 40 -
CMYK 0.44 0 0.53 0.67
HSL 109.33º 0.36% 0.25% -
HSV(B) 109.33º 0.53% 0.33% -
XYZ 4.85 7.28 3.16 -
YUV 68.81 111.74 113.16 -
System Red Green Blue C M Y K H S L
Decimal 48 85 40 0.44 0 0.53 0.67 109.33 0.36 0.25
Hex 30 55 28 2C 0 35 43 6D 24 19
Octal 60 125 50 54 0 65 103 155 44 31
Binary 110000 1010101 101000 101100 0 110101 1000011 1101101 100100 11001

Color Harmonies of #305528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305528

Black with #305528

Text Example


Text Example

White with #305528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305528; }

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

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

background-color css

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

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

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

border-color css

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

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

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