Html Css Color HEX #305221 Palm Leaf

📋 copy color: '#305221'

red 48 ◦ green 82 ◦ blue 33

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

Shades of Palm Leaf #305221

Tints of Palm Leaf #305221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 20.25%

R = 29.45%
G = 50.31%
B = 20.25%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#305221 (or 0x305221) is known color: Palm Leaf. HEX triplet: 30, 52 and 21. RGB value is (48,82,33). Sum of RGB (Red+Green+Blue) = 48+82+33=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #305221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305221 is #CFADDE. Grayscale: #424242. Windows color (decimal): -13610463 or 2183728. OLE color: 2183728.

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

Color convert

RGB 48 82 33 -
CMYK 0.41 0 0.60 0.68
HSL 101.63º 0.43% 0.23% -
HSV(B) 101.63º 0.6% 0.32% -
XYZ 4.51 6.77 2.51 -
YUV 66.25 109.24 114.98 -
System Red Green Blue C M Y K H S L
Decimal 48 82 33 0.41 0 0.60 0.68 101.63 0.43 0.23
Hex 30 52 21 29 0 3C 44 66 2B 17
Octal 60 122 41 51 0 74 104 146 53 27
Binary 110000 1010010 100001 101001 0 111100 1000100 1100110 101011 10111

Color Harmonies of #305221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305221

Black with #305221

Text Example


Text Example

White with #305221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305221; }

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

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

background-color css

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

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

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

border-color css

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

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

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