Html Css Color HEX #305524 Palm Leaf

📋 copy color: '#305524'

red 48 ◦ green 85 ◦ blue 36

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

Shades of Palm Leaf #305524

Tints of Palm Leaf #305524

RGB

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

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

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

R = 28.4%
G = 50.3%
B = 21.3%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#305524 (or 0x305524) is known color: Palm Leaf. HEX triplet: 30, 55 and 24. RGB value is (48,85,36). Sum of RGB (Red+Green+Blue) = 48+85+36=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #305524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305524 is #CFAADB. Grayscale: #444444. Windows color (decimal): -13609692 or 2381104. OLE color: 2381104.

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

Color convert

RGB 48 85 36 -
CMYK 0.44 0 0.58 0.67
HSL 105.31º 0.4% 0.24% -
HSV(B) 105.31º 0.58% 0.33% -
XYZ 4.79 7.25 2.82 -
YUV 68.35 109.74 113.48 -
System Red Green Blue C M Y K H S L
Decimal 48 85 36 0.44 0 0.58 0.67 105.31 0.4 0.24
Hex 30 55 24 2C 0 3A 43 69 28 18
Octal 60 125 44 54 0 72 103 151 50 30
Binary 110000 1010101 100100 101100 0 111010 1000011 1101001 101000 11000

Color Harmonies of #305524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305524

Black with #305524

Text Example


Text Example

White with #305524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305524; }

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

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

background-color css

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

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

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

border-color css

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

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

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