Html Css Color HEX #305322 Palm Leaf

📋 copy color: '#305322'

red 48 ◦ green 83 ◦ blue 34

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

Shades of Palm Leaf #305322

Tints of Palm Leaf #305322

RGB

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

 GREEN value IS 83 (32.81% from 255) = 50.3%

 BLUE value IS 34 (13.67% from 255) = 20.61%

R = 29.09%
G = 50.3%
B = 20.61%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#305322 (or 0x305322) is known color: Palm Leaf. HEX triplet: 30, 53 and 22. RGB value is (48,83,34). Sum of RGB (Red+Green+Blue) = 48+83+34=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #305322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305322 is #CFACDD. Grayscale: #434343. Windows color (decimal): -13610206 or 2249520. OLE color: 2249520.

HSL color Cylindrical-coordinate representation of color #305322: hue angle of 102.86º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #305322 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 83 34 -
CMYK 0.42 0 0.59 0.67
HSL 102.86º 0.42% 0.23% -
HSV(B) 102.86º 0.59% 0.33% -
XYZ 4.6 6.93 2.61 -
YUV 66.95 109.4 114.48 -
System Red Green Blue C M Y K H S L
Decimal 48 83 34 0.42 0 0.59 0.67 102.86 0.42 0.23
Hex 30 53 22 2A 0 3B 43 67 2A 17
Octal 60 123 42 52 0 73 103 147 52 27
Binary 110000 1010011 100010 101010 0 111011 1000011 1100111 101010 10111

Color Harmonies of #305322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305322

Black with #305322

Text Example


Text Example

White with #305322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305322; }

 p { color: rgb(48,83,34); }

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

background-color css

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

 a { background-color: rgb(48,83,34); }

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

border-color css

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

 span { border-color: rgb(48,83,34); }

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