Html Css Color HEX #305924 Palm Leaf

📋 copy color: '#305924'

red 48 ◦ green 89 ◦ blue 36

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

Shades of Palm Leaf #305924

Tints of Palm Leaf #305924

RGB

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

 GREEN value IS 89 (35.16% from 255) = 51.45%

 BLUE value IS 36 (14.45% from 255) = 20.81%

R = 27.75%
G = 51.45%
B = 20.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#305924 (or 0x305924) is known color: Palm Leaf. HEX triplet: 30, 59 and 24. RGB value is (48,89,36). Sum of RGB (Red+Green+Blue) = 48+89+36=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 89 (35.16% from 255 or 51.45% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 89 - color contains mainly: green. Hex color #305924 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305924 is #CFA6DB. Grayscale: #464646. Windows color (decimal): -13608668 or 2382128. OLE color: 2382128.

HSL color Cylindrical-coordinate representation of color #305924: hue angle of 106.42º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #305924 is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 89 36 -
CMYK 0.46 0 0.60 0.65
HSL 106.42º 0.42% 0.25% -
HSV(B) 106.42º 0.6% 0.35% -
XYZ 5.11 7.9 2.92 -
YUV 70.7 108.42 111.81 -
System Red Green Blue C M Y K H S L
Decimal 48 89 36 0.46 0 0.60 0.65 106.42 0.42 0.25
Hex 30 59 24 2E 0 3C 41 6A 2A 19
Octal 60 131 44 56 0 74 101 152 52 31
Binary 110000 1011001 100100 101110 0 111100 1000001 1101010 101010 11001

Color Harmonies of #305924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305924

Black with #305924

Text Example


Text Example

White with #305924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305924; }

 p { color: rgb(48,89,36); }

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

background-color css

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

 a { background-color: rgb(48,89,36); }

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

border-color css

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

 span { border-color: rgb(48,89,36); }

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