Html Css Color HEX #305329 Palm Leaf

📋 copy color: '#305329'

red 48 ◦ green 83 ◦ blue 41

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

Shades of Palm Leaf #305329

Tints of Palm Leaf #305329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 23.84%

R = 27.91%
G = 48.26%
B = 23.84%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#305329 (or 0x305329) is known color: Palm Leaf. HEX triplet: 30, 53 and 29. RGB value is (48,83,41). Sum of RGB (Red+Green+Blue) = 48+83+41=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #305329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305329 is #CFACD6. Grayscale: #434343. Windows color (decimal): -13610199 or 2708272. OLE color: 2708272.

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

Color convert

RGB 48 83 41 -
CMYK 0.42 0 0.51 0.67
HSL 110º 0.34% 0.24% -
HSV(B) 110º 0.51% 0.33% -
XYZ 4.71 6.97 3.2 -
YUV 67.75 112.9 113.92 -
System Red Green Blue C M Y K H S L
Decimal 48 83 41 0.42 0 0.51 0.67 110 0.34 0.24
Hex 30 53 29 2A 0 33 43 6E 22 18
Octal 60 123 51 52 0 63 103 156 42 30
Binary 110000 1010011 101001 101010 0 110011 1000011 1101110 100010 11000

Color Harmonies of #305329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305329

Black with #305329

Text Example


Text Example

White with #305329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305329; }

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

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

background-color css

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

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

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

border-color css

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

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

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