Html Css Color HEX #305224 Palm Leaf

📋 copy color: '#305224'

red 48 ◦ green 82 ◦ blue 36

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

Shades of Palm Leaf #305224

Tints of Palm Leaf #305224

RGB

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

 GREEN value IS 82 (32.42% from 255) = 49.4%

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

R = 28.92%
G = 49.4%
B = 21.69%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#305224 (or 0x305224) is known color: Palm Leaf. HEX triplet: 30, 52 and 24. RGB value is (48,82,36). Sum of RGB (Red+Green+Blue) = 48+82+36=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 82 (32.42% from 255 or 49.40% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 82 - color contains mainly: green. Hex color #305224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305224 is #CFADDB. Grayscale: #424242. Windows color (decimal): -13610460 or 2380336. OLE color: 2380336.

HSL color Cylindrical-coordinate representation of color #305224: hue angle of 104.35º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #305224 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 82 36 -
CMYK 0.41 0 0.56 0.68
HSL 104.35º 0.39% 0.23% -
HSV(B) 104.35º 0.56% 0.32% -
XYZ 4.55 6.79 2.74 -
YUV 66.59 110.74 114.74 -
System Red Green Blue C M Y K H S L
Decimal 48 82 36 0.41 0 0.56 0.68 104.35 0.39 0.23
Hex 30 52 24 29 0 38 44 68 27 17
Octal 60 122 44 51 0 70 104 150 47 27
Binary 110000 1010010 100100 101001 0 111000 1000100 1101000 100111 10111

Color Harmonies of #305224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305224

Black with #305224

Text Example


Text Example

White with #305224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305224; }

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

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

background-color css

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

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

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

border-color css

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

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

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