Html Css Color HEX #305529 Palm Leaf

📋 copy color: '#305529'

red 48 ◦ green 85 ◦ blue 41

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

Shades of Palm Leaf #305529

Tints of Palm Leaf #305529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 23.56%

R = 27.59%
G = 48.85%
B = 23.56%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#305529 (or 0x305529) is known color: Palm Leaf. HEX triplet: 30, 55 and 29. RGB value is (48,85,41). Sum of RGB (Red+Green+Blue) = 48+85+41=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #305529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305529 is #CFAAD6. Grayscale: #454545. Windows color (decimal): -13609687 or 2708784. OLE color: 2708784.

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

Color convert

RGB 48 85 41 -
CMYK 0.44 0 0.52 0.67
HSL 110.45º 0.35% 0.25% -
HSV(B) 110.45º 0.52% 0.33% -
XYZ 4.87 7.29 3.25 -
YUV 68.92 112.24 113.08 -
System Red Green Blue C M Y K H S L
Decimal 48 85 41 0.44 0 0.52 0.67 110.45 0.35 0.25
Hex 30 55 29 2C 0 34 43 6E 23 19
Octal 60 125 51 54 0 64 103 156 43 31
Binary 110000 1010101 101001 101100 0 110100 1000011 1101110 100011 11001

Color Harmonies of #305529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305529

Black with #305529

Text Example


Text Example

White with #305529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305529; }

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

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

background-color css

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

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

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

border-color css

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

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

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