Html Css Color HEX #305324 Palm Leaf

📋 copy color: '#305324'

red 48 ◦ green 83 ◦ blue 36

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

Shades of Palm Leaf #305324

Tints of Palm Leaf #305324

RGB

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

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

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

R = 28.74%
G = 49.7%
B = 21.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#305324 (or 0x305324) is known color: Palm Leaf. HEX triplet: 30, 53 and 24. RGB value is (48,83,36). Sum of RGB (Red+Green+Blue) = 48+83+36=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #305324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305324 is #CFACDB. Grayscale: #434343. Windows color (decimal): -13610204 or 2380592. OLE color: 2380592.

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

Color convert

RGB 48 83 36 -
CMYK 0.42 0 0.57 0.67
HSL 104.68º 0.39% 0.23% -
HSV(B) 104.68º 0.57% 0.33% -
XYZ 4.63 6.94 2.76 -
YUV 67.18 110.4 114.32 -
System Red Green Blue C M Y K H S L
Decimal 48 83 36 0.42 0 0.57 0.67 104.68 0.39 0.23
Hex 30 53 24 2A 0 39 43 69 27 17
Octal 60 123 44 52 0 71 103 151 47 27
Binary 110000 1010011 100100 101010 0 111001 1000011 1101001 100111 10111

Color Harmonies of #305324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305324

Black with #305324

Text Example


Text Example

White with #305324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305324; }

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

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

background-color css

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

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

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

border-color css

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

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

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