Html Css Color HEX #305323 Palm Leaf

📋 copy color: '#305323'

red 48 ◦ green 83 ◦ blue 35

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

Shades of Palm Leaf #305323

Tints of Palm Leaf #305323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 21.08%

R = 28.92%
G = 50%
B = 21.08%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#305323 (or 0x305323) is known color: Palm Leaf. HEX triplet: 30, 53 and 23. RGB value is (48,83,35). Sum of RGB (Red+Green+Blue) = 48+83+35=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #305323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305323 is #CFACDC. Grayscale: #434343. Windows color (decimal): -13610205 or 2315056. OLE color: 2315056.

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

Color convert

RGB 48 83 35 -
CMYK 0.42 0 0.58 0.67
HSL 103.75º 0.41% 0.23% -
HSV(B) 103.75º 0.58% 0.33% -
XYZ 4.62 6.94 2.69 -
YUV 67.06 109.9 114.4 -
System Red Green Blue C M Y K H S L
Decimal 48 83 35 0.42 0 0.58 0.67 103.75 0.41 0.23
Hex 30 53 23 2A 0 3A 43 68 29 17
Octal 60 123 43 52 0 72 103 150 51 27
Binary 110000 1010011 100011 101010 0 111010 1000011 1101000 101001 10111

Color Harmonies of #305323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305323

Black with #305323

Text Example


Text Example

White with #305323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305323; }

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

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

background-color css

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

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

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

border-color css

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

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

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