Html Css Color HEX #305721 Palm Leaf

📋 copy color: '#305721'

red 48 ◦ green 87 ◦ blue 33

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

Shades of Palm Leaf #305721

Tints of Palm Leaf #305721

RGB

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

 GREEN value IS 87 (34.38% from 255) = 51.79%

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

R = 28.57%
G = 51.79%
B = 19.64%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#305721 (or 0x305721) is known color: Palm Leaf. HEX triplet: 30, 57 and 21. RGB value is (48,87,33). Sum of RGB (Red+Green+Blue) = 48+87+33=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 87 (34.38% from 255 or 51.79% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 87 - color contains mainly: green. Hex color #305721 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305721 is #CFA8DE. Grayscale: #454545. Windows color (decimal): -13609183 or 2185008. OLE color: 2185008.

HSL color Cylindrical-coordinate representation of color #305721: hue angle of 103.33º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #305721 is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 87 33 -
CMYK 0.45 0 0.62 0.66
HSL 103.33º 0.45% 0.24% -
HSV(B) 103.33º 0.62% 0.34% -
XYZ 4.9 7.55 2.64 -
YUV 69.18 107.58 112.89 -
System Red Green Blue C M Y K H S L
Decimal 48 87 33 0.45 0 0.62 0.66 103.33 0.45 0.24
Hex 30 57 21 2D 0 3E 42 67 2D 18
Octal 60 127 41 55 0 76 102 147 55 30
Binary 110000 1010111 100001 101101 0 111110 1000010 1100111 101101 11000

Color Harmonies of #305721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305721

Black with #305721

Text Example


Text Example

White with #305721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305721; }

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

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

background-color css

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

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

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

border-color css

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

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

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